forked from opensourceways/mirrorbits
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (29 loc) · 1.15 KB
/
go.mod
File metadata and controls
32 lines (29 loc) · 1.15 KB
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/opensourceways/mirrorbits
require (
github.com/coreos/go-systemd/v22 v22.5.0
github.com/etix/goftp v0.0.0-20170217140226-0c13163a1028
github.com/golang/protobuf v1.5.4
github.com/gomodule/redigo v0.0.0-20181026001555-e8fc0692a7e2
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/oschwald/maxminddb-golang v1.5.0
github.com/pkg/errors v0.9.1
github.com/rafaeljusto/redigomock v0.0.0-20190202135759-257e089e14a1
golang.org/x/net v0.23.0
google.golang.org/grpc v1.58.3
google.golang.org/protobuf v1.33.0
gopkg.in/tylerb/graceful.v1 v1.2.15
gopkg.in/yaml.v2 v2.2.8
)
require (
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/stretchr/testify v1.8.2 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/term v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
)
go 1.20