Skip to content

Commit

Permalink
Require libaries needed for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
zquestz committed Sep 22, 2024
1 parent 415f9ff commit 7a6d064
Show file tree
Hide file tree
Showing 2 changed files with 670 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ module github.com/zquestz/ws-tcp-proxy
go 1.16

require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/gox v1.0.1 // indirect
github.com/spf13/cobra v1.8.1
github.com/tcnksm/ghr v0.16.2 // indirect
github.com/zquestz/go-ucl v0.0.0-20220615095619-8a3686d7543a
golang.org/x/crypto v0.27.0
golang.org/x/net v0.29.0
Expand Down
Loading

0 comments on commit 7a6d064

Please sign in to comment.