-
Notifications
You must be signed in to change notification settings - Fork 9
/
go.mod
28 lines (25 loc) · 956 Bytes
/
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
module github.com/superfly/ssokenizer
go 1.20
require (
github.com/alecthomas/assert/v2 v2.3.0
github.com/sirupsen/logrus v1.9.3
github.com/superfly/tokenizer v0.0.0-20230707175236-153095fc1105
github.com/vmihailenco/msgpack/v5 v5.3.5
golang.org/x/crypto v0.11.0
golang.org/x/oauth2 v0.10.0
gopkg.in/yaml.v3 v3.0.1
)
require (
cloud.google.com/go/compute v1.20.1 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
github.com/alecthomas/repr v0.2.0 // indirect
github.com/elazarl/goproxy v0.0.0-20221015165544-a0805db90819 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/hexops/gotextdiff v1.0.3 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/exp v0.0.0-20230711153332-06a737ee72cb // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/sys v0.10.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)