Skip to content

Commit

Permalink
only crypto package updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pbberlin committed Dec 25, 2023
1 parent 5ff1626 commit 2f2e904
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 694 deletions.
17 changes: 7 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,24 @@ module github.com/zew/go-questionnaire
go 1.16

require (
cloud.google.com/go/storage v1.36.0
cloud.google.com/go/storage v1.31.0
github.com/alexedwards/scs/redisstore v0.0.0-20231113091146-cef4b05350c8
github.com/alexedwards/scs/v2 v2.7.0
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-playground/form/v4 v4.2.1
github.com/gomodule/redigo v1.8.9
github.com/google/martian v2.1.1-0.20190517191504-25dcb96d9e51+incompatible // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/pbberlin/dbg v1.0.3
github.com/pbberlin/flags v1.0.0
github.com/pbberlin/struc2frm v1.2.12
// github.com/russross/blackfriday v1.6.0
github.com/russross/blackfriday/v2 v2.1.0
github.com/speps/go-hashids v2.0.0+incompatible
github.com/zew/util v1.0.5
gocloud.dev v0.35.0
gocloud.dev v0.33.0
golang.org/x/crypto v0.17.0
google.golang.org/api v0.154.0
google.golang.org/genproto v0.0.0-20231212172506-995d672761c0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20231212172506-995d672761c0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect
google.golang.org/grpc v1.60.1 // indirect
google.golang.org/protobuf v1.32.0 // indirect
golang.org/x/oauth2 v0.11.0 // indirect
google.golang.org/api v0.135.0
google.golang.org/genproto v0.0.0-20230807174057-1744710a1577 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230807174057-1744710a1577 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230807174057-1744710a1577 // indirect
)
Loading

0 comments on commit 2f2e904

Please sign in to comment.