include pastebin
This commit is contained in:
parent
13a0b53e3e
commit
83b37864ef
9 changed files with 188 additions and 14 deletions
4
go.mod
4
go.mod
|
|
@ -3,6 +3,8 @@ module github.com/barakmich/ussher
|
|||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/spf13/viper v1.7.1 // indirect
|
||||
github.com/prometheus/common v0.4.0
|
||||
github.com/spf13/viper v1.7.1
|
||||
go.etcd.io/bbolt v1.3.2
|
||||
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue