-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
25 lines (21 loc) · 836 Bytes
/
go.mod
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
module github.com/frankgreco/edge-sdk-go
go 1.17
require (
github.com/evanphx/json-patch v0.5.2
github.com/mattbaird/jsonpatch v0.0.0-20200820163806-098863c1fc24
github.com/stretchr/testify v1.7.2
)
require github.com/hashicorp/terraform-plugin-framework v0.13.0
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/hashicorp/terraform-plugin-go v0.14.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
github.com/vmihailenco/tagparser v0.1.1 // indirect
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)