Skip to content

Commit

Permalink
Upgrade go deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Apr 10, 2023
1 parent 979fe77 commit 27bef01
Show file tree
Hide file tree
Showing 3 changed files with 403 additions and 7 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ go 1.13

require (
github.com/clementauger/tor-prebuilt v0.0.0-20200815153310-0d7058794224
github.com/cretz/bine v0.1.0
github.com/go-chi/chi v4.1.0+incompatible
github.com/cretz/bine v0.2.0
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-chi/chi v4.1.2+incompatible
github.com/gomodule/redigo v2.0.0+incompatible
github.com/gorilla/websocket v1.4.2
github.com/knadh/koanf v0.9.1
github.com/gorilla/websocket v1.5.0
github.com/knadh/koanf v1.5.0
github.com/knadh/stuffbin v1.1.0
github.com/kr/pretty v0.1.0 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/spf13/pflag v1.0.5
golang.org/x/crypto v0.0.0-20200403201458-baeed622b8d8
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
golang.org/x/crypto v0.8.0
)
Loading

0 comments on commit 27bef01

Please sign in to comment.