-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 768 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/danopstech/octopusenergy
go 1.16
require (
github.com/golangci/golangci-lint v1.50.1
github.com/google/go-querystring v1.1.0
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/prometheus/client_golang v1.12.2 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/rivo/uniseg v0.4.2 // indirect
github.com/spf13/cobra v1.6.1 // indirect
github.com/stretchr/testify v1.8.1 // indirect
golang.org/x/text v0.5.0 // indirect
golang.org/x/tools v0.2.0
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)