update go.mod and go.sum

This commit is contained in:
Lou Knauer
2022-01-07 09:54:12 +01:00
parent e581bfc70f
commit 1c6ab3d062
3 changed files with 6 additions and 62 deletions

3
go.mod
View File

@@ -10,9 +10,10 @@ require (
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/sessions v1.2.1
github.com/influxdata/influxdb-client-go/v2 v2.6.0
github.com/jmoiron/sqlx v1.3.1
github.com/mattn/go-sqlite3 v1.14.6
github.com/stretchr/testify v1.5.1 // indirect
github.com/vektah/gqlparser/v2 v2.1.0
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
gopkg.in/yaml.v2 v2.3.0 // indirect
)