Skip to content

Commit 88f4085

Browse files
committed
go mod update for example
1 parent 835d46b commit 88f4085

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/auth/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.20
55
require (
66
github.com/caarlos0/env/v8 v8.0.0
77
github.com/gin-gonic/gin v1.9.1
8-
github.com/go-gorf/auth v0.0.8
9-
github.com/go-gorf/gorf v0.0.13
8+
github.com/go-gorf/auth v0.0.9
9+
github.com/go-gorf/gorf v0.0.14
1010
)
1111

1212
replace github.com/go-gorf/gorf => ../../
@@ -16,7 +16,7 @@ replace github.com/go-gorf/gorf/common => ../../common
1616
replace github.com/go-gorf/gorf/backends/gormi => ../../backends/gormi
1717

1818
//remove
19-
replace github.com/go-gorf/auth => ../../../auth
19+
//replace github.com/go-gorf/auth => ../../../auth
2020

2121
require (
2222
github.com/aws/aws-sdk-go-v2 v1.18.0 // indirect

0 commit comments

Comments
 (0)