forked from canonical/spread-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (27 loc) · 952 Bytes
/
go.mod
File metadata and controls
31 lines (27 loc) · 952 Bytes
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
module github.com/snapcore/spread
go 1.24.0
toolchain go1.24.3
require (
github.com/go-goose/goose/v5 v5.0.0-20230421180421-abaee9096e3a
github.com/joho/godotenv v1.5.1
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
golang.org/x/crypto v0.36.0
golang.org/x/net v0.38.0
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
golang.org/x/term v0.30.0
golang.org/x/text v0.31.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0
)
require (
cloud.google.com/go v0.65.0 // indirect
github.com/golang/protobuf v1.5.0 // indirect
github.com/juju/collections v0.0.0-20220203020748-febd7cad8a7a // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.2.0 // indirect
golang.org/x/sys v0.31.0 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)