Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ require (
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/pborman/uuid v1.2.0
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
github.com/prometheus/client_golang v1.8.0
within.website/confyg v1.1.0
within.website/ln v0.9.1
)
Expand Down
Loading