bump deps to allow building on OpenBSD

This commit is contained in:
Aaron Bieber
2020-05-19 06:51:38 -06:00
committed by Senan Kelly
parent 2ee1b4d978
commit b84ec1e16d
2 changed files with 11 additions and 3 deletions

2
go.mod
View File

@@ -12,6 +12,7 @@ require (
github.com/gorilla/mux v1.7.3
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.1.3
github.com/hajimehoshi/oto v0.6.1 // indirect
github.com/huandu/xstrings v1.2.0 // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/jinzhu/gorm v1.9.12
@@ -26,7 +27,6 @@ require (
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be
github.com/wader/gormstore v0.0.0-20190302154359-acb787ba3755
golang.org/x/crypto v0.0.0-20200406173513-056763e48d71 // indirect
golang.org/x/exp v0.0.0-20190121172915-509febef88a4 // indirect
google.golang.org/appengine v1.6.1 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/gormigrate.v1 v1.6.0