Updated to Pirsch 1.7.0.

This commit is contained in:
Marvin Blum
2020-09-24 19:22:22 +02:00
committed by Marvin Blum
parent 45ea1c1dcb
commit 991ff57254
3 changed files with 7 additions and 3 deletions

4
go.mod
View File

@@ -7,7 +7,7 @@ require (
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.6.0
github.com/emvi/pirsch v1.7.0
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.12.2
@@ -16,7 +16,7 @@ require (
github.com/kr/pretty v0.1.0 // indirect
github.com/lib/pq v1.8.0
github.com/rs/cors v1.7.0
golang.org/x/sys v0.0.0-20200918174421-af09f7315aff // indirect
golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)