-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (24 loc) · 917 Bytes
/
Copy pathgo.mod
File metadata and controls
26 lines (24 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/iij/legs-client
go 1.12
require (
github.com/golang/mock v1.2.0
github.com/golang/protobuf v1.5.2 // indirect
github.com/gorilla/websocket v1.4.0
github.com/iij/legs-message v0.1.1
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/kr/pty v1.1.4
github.com/mattn/go-shellwords v1.0.5
github.com/mitchellh/go-homedir v1.1.0
github.com/pelletier/go-toml v1.3.0 // indirect
github.com/pkg/errors v0.8.1
github.com/sevlyar/go-daemon v0.1.4
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.3.2
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)