-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
32 lines (28 loc) · 1.01 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/tozny/e3db-go/v2
go 1.18
require (
github.com/google/uuid v1.2.0
github.com/jawher/mow.cli v1.2.0
github.com/mitchellh/go-homedir v1.1.0
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/tozny/e3db-clients-go v0.0.237
golang.org/x/crypto v0.21.0
golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c
)
require (
github.com/gbrlsnchs/jwt/v2 v2.0.0 // indirect
github.com/golang/protobuf v1.5.0 // indirect
github.com/gorilla/schema v1.4.1 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/tozny/utils-go v0.0.51 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.18.0 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/h2non/gentleman.v2 v2.0.5 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
replace golang.org/x/net => golang.org/x/net v0.23.0