Skip to content

Commit

Permalink
Create go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Skrill0 authored Feb 3, 2024
1 parent 76ed51d commit b80c6dd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module main

go 1.22rc1

require (
github.com/v2fly/v2ray-core/v5 v5.13.0
google.golang.org/protobuf v1.32.0
)

require (
github.com/adrg/xdg v0.4.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
golang.org/x/sys v0.15.0 // indirect
)

0 comments on commit b80c6dd

Please sign in to comment.