-
-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (17 loc) · 587 Bytes
/
go.mod
File metadata and controls
20 lines (17 loc) · 587 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/iann0036/iamlive
go 1.23
require (
github.com/buger/goterm v1.0.0
github.com/clbanning/mxj/v2 v2.5.5
github.com/iann0036/goproxy v0.0.0-20210510114007-b2700d29a571
github.com/kenshaw/baseconv v0.1.1
github.com/mitchellh/go-homedir v1.1.0
github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852
github.com/ucarion/urlpath v0.0.0-20200424170820-7ccc79b76bbb
google.golang.org/protobuf v1.36.2
gopkg.in/ini.v1 v1.62.0
)
require (
github.com/smartystreets/goconvey v1.6.4 // indirect
golang.org/x/sys v0.0.0-20210331175145-43e1dd70ce54 // indirect
)