Skip to content

Commit

Permalink
fix: update go.sum
Browse files Browse the repository at this point in the history
  • Loading branch information
1lann committed Dec 23, 2020
1 parent be83556 commit e2eeade
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ require (
github.com/jimstudt/http-authentication v0.0.0-20140401203705-3eca13d6893a
github.com/klauspost/cpuid v1.3.1
github.com/lucas-clemente/quic-go v0.19.3
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/naoina/toml v0.1.1
github.com/russross/blackfriday v1.6.0
github.com/tmpim/casket-plugins v0.0.1
Expand All @@ -25,6 +26,7 @@ require (
google.golang.org/api v0.36.0 // indirect
google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d // indirect
google.golang.org/grpc v1.34.0 // indirect
gopkg.in/gorethink/gorethink.v4 v4.1.0 // indirect
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.4.0
Expand Down
Loading

0 comments on commit e2eeade

Please sign in to comment.