Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/charmixer/bulky v0.0.0-20210207184256-e3c22de48569
github.com/coreos/go-oidc/v3 v3.0.0
github.com/gin-contrib/sessions v0.0.3
github.com/gin-gonic/gin v1.6.3
github.com/gin-gonic/gin v1.9.0
github.com/go-playground/form v3.1.4+incompatible
github.com/gofrs/uuid v4.0.0+incompatible
github.com/gorilla/csrf v1.7.0
Expand All @@ -16,7 +16,7 @@ require (
github.com/pborman/getopt v1.1.0
github.com/sirupsen/logrus v1.7.0
github.com/spf13/viper v1.7.1
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
golang.org/x/net v0.7.0
golang.org/x/oauth2 v0.0.0-20210201163806-010130855d6c
gopkg.in/go-playground/validator.v9 v9.31.0
)
Loading