diff options
Diffstat (limited to 'fun/clbot/go.mod')
-rw-r--r-- | fun/clbot/go.mod | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fun/clbot/go.mod b/fun/clbot/go.mod new file mode 100644 index 000000000000..f954c752cb79 --- /dev/null +++ b/fun/clbot/go.mod @@ -0,0 +1,11 @@ +module code.tvl.fyi/fun/clbot + +go 1.14 + +require ( + github.com/cenkalti/backoff/v4 v4.0.2 + github.com/davecgh/go-spew v1.1.1 + github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b + github.com/google/go-cmp v0.4.1 + golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 +) |