Updated dependencies.

This commit is contained in:
Marvin Blum
2020-11-17 00:41:10 +01:00
committed by Marvin Blum
parent 9537ddfb64
commit 9389b9a605
9 changed files with 26 additions and 105 deletions

14
go.mod
View File

@@ -1,23 +1,17 @@
module github.com/Kugelschieber/marvinblum.de
module github.com/Kugelschieber/marvinblum
go 1.14
go 1.15
require (
github.com/NYTimes/gziphandler v1.1.1
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/emvi/api-go v0.2.2
github.com/emvi/logbuch v1.1.1
github.com/emvi/pirsch v1.7.1
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/golang-migrate/migrate v3.5.4+incompatible
github.com/golang-migrate/migrate/v4 v4.13.0
github.com/gorilla/mux v1.8.0
github.com/gosimple/slug v1.9.0
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/lib/pq v1.8.0
github.com/pirsch-analytics/pirsch v1.8.1
github.com/rs/cors v1.7.0
golang.org/x/sys v0.0.0-20201020230747-6e5568b54d1a // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
golang.org/x/sys v0.0.0-20201116194326-cc9327a14d48 // indirect
)