-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (20 loc) · 650 Bytes
/
go.mod
File metadata and controls
24 lines (20 loc) · 650 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
module github.com/WorldObservationLog/wrapper-manager
go 1.23.0
toolchain go1.23.5
require (
github.com/artdarek/go-unzip v1.0.0
github.com/creack/pty v1.1.24
github.com/gofrs/uuid/v5 v5.3.2
github.com/sirupsen/logrus v1.9.3
golang.org/x/sync v0.16.0
google.golang.org/grpc v1.73.0
google.golang.org/protobuf v1.36.6
)
require (
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/stretchr/testify v1.9.0 // indirect
golang.org/x/net v0.42.0 // indirect
golang.org/x/sys v0.34.0 // indirect
golang.org/x/text v0.27.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
)