-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 668 Bytes
/
Copy pathgo.mod
File metadata and controls
18 lines (16 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/nustiueudinastea/protos-letsencrypt-certificate
go 1.13
require (
github.com/DataDog/zstd v1.4.1 // indirect
github.com/Sereal/Sereal v0.0.0-20190618215532-0b8ac451a863 // indirect
github.com/boltdb/bolt v1.3.1 // indirect
github.com/go-acme/lego/v3 v3.1.0
github.com/golang/snappy v0.0.1 // indirect
github.com/pkg/errors v0.8.1
github.com/protosio/protos v0.0.0-20181220160101-872235418a0a
github.com/protosio/protoslib-go v0.0.0-20190122181737-0197f08367ff
github.com/sirupsen/logrus v1.4.2
github.com/urfave/cli v1.22.1
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
google.golang.org/appengine v1.6.5 // indirect
)