Skip to content

Commit

Permalink
Update go.mod for modules
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed May 29, 2024
1 parent 21bb9c0 commit cba3083
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/go-socks5/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/armon/go-socks5

go 1.22.3
4 changes: 3 additions & 1 deletion src/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module ganted

go 1.19
go 1.22.3

replace github.com/armon/go-socks5 => ./go-socks5

require (
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
Expand Down

0 comments on commit cba3083

Please sign in to comment.