forked from etix/mirrorbits
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
29 lines (26 loc) · 966 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
29
module github.com/opensourceways/mirrorbits
require (
github.com/coreos/go-systemd/v22 v22.5.0
github.com/go-resty/resty/v2 v2.11.0
github.com/golang/protobuf v1.5.4
github.com/gomodule/redigo v1.8.9
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/oschwald/maxminddb-golang v1.11.0
github.com/pkg/errors v0.9.1
github.com/rafaeljusto/redigomock v0.0.0-20190202135759-257e089e14a1
golang.org/x/net v0.23.0
golang.org/x/term 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
golang.org/x/sys v0.23.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