diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-05-12 03:36:29 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-05-12 03:36:29 -0400 |
commit | db3ecebbc2d131f9bd6a8d47e39dcecf785183e5 (patch) | |
tree | 46ec0b0f7502ad8b2c664af6ebf1000287ec28e3 /go.mod | |
parent | fa4b6b2e3689bf1dd7b8d9ccca56debbe66d0639 (diff) | |
download | getwtxt-db3ecebbc2d131f9bd6a8d47e39dcecf785183e5.tar.gz |
dependencies updated
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod index ceb30af..a61e192 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,9 @@ module github.com/gbmor/getwtxt go 1.11 require ( + github.com/fsnotify/fsnotify v1.4.7 github.com/gorilla/handlers v1.4.0 github.com/gorilla/mux v1.7.1 + github.com/spf13/pflag v1.0.3 + github.com/spf13/viper v1.3.2 ) |