We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b886b0 commit adb4bc6Copy full SHA for adb4bc6
_examples/auth/basicauth/database/go.mod
@@ -45,9 +45,9 @@ require (
45
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
46
github.com/yosssi/ace v0.0.5 // indirect
47
golang.org/x/crypto v0.4.0 // indirect
48
- golang.org/x/net v0.4.0 // indirect
49
- golang.org/x/sys v0.3.0 // indirect
50
- golang.org/x/text v0.5.0 // indirect
+ golang.org/x/net v0.7.0 // indirect
+ golang.org/x/sys v0.5.0 // indirect
+ golang.org/x/text v0.7.0 // indirect
51
golang.org/x/time v0.3.0 // indirect
52
google.golang.org/protobuf v1.28.1 // indirect
53
gopkg.in/ini.v1 v1.67.0 // indirect
_examples/auth/basicauth/database/go.sum
0 commit comments