From 3e7e51515e7437ee68c66e02eba955b6dea98d5b Mon Sep 17 00:00:00 2001 From: Ben Morrison Date: Mon, 10 Feb 2020 17:05:16 -0500 Subject: updated dependencies --- go.mod | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index c1f9d81..d8caecf 100644 --- a/go.mod +++ b/go.mod @@ -5,21 +5,11 @@ go 1.11 require ( github.com/fsnotify/fsnotify v1.4.7 github.com/getwtxt/registry v0.4.1 - github.com/golang/snappy v0.0.1 // indirect - github.com/gorilla/handlers v1.4.0 - github.com/gorilla/mux v1.7.2 - github.com/magiconair/properties v1.8.1 // indirect - github.com/mattn/go-sqlite3 v1.10.0 - github.com/onsi/ginkgo v1.8.0 // indirect - github.com/onsi/gomega v1.5.0 // indirect - github.com/pelletier/go-toml v1.4.0 // indirect - github.com/spf13/afero v1.2.2 // indirect - github.com/spf13/jwalterweatherman v1.1.0 // indirect - github.com/spf13/pflag v1.0.3 - github.com/spf13/viper v1.4.0 - github.com/stretchr/testify v1.3.0 // indirect + github.com/gorilla/handlers v1.4.2 + github.com/gorilla/mux v1.7.3 + github.com/mattn/go-sqlite3 v2.0.3+incompatible + github.com/spf13/pflag v1.0.5 + github.com/spf13/viper v1.6.2 github.com/syndtr/goleveldb v1.0.0 - golang.org/x/net v0.0.0-20190619014844-b5b0513f8c1b // indirect - golang.org/x/sys v0.0.0-20190619223125-e40ef342dc56 - golang.org/x/text v0.3.2 // indirect + golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 ) -- cgit 1.4.1-2-gfad0