-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathgo.mod
More file actions
17 lines (15 loc) · 540 Bytes
/
go.mod
File metadata and controls
17 lines (15 loc) · 540 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module within.website/olin
require (
github.com/google/uuid v1.1.2
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
github.com/kr/pretty v0.1.0
github.com/mkmik/stringlist v1.0.1
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709
github.com/perlin-network/life v0.0.0-20191203030451-05c0e0f7eaea
github.com/povilasv/prommod v0.0.12
github.com/prometheus/client_golang v1.7.1
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
within.website/confyg v1.1.0
within.website/ln v0.9.1
)
go 1.13