forked from wasmCloud/provider-sdk-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (23 loc) · 828 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
26
module github.com/wasmCloud/provider-sdk-go
go 1.18
require (
github.com/bombsimon/logrusr/v3 v3.1.0
github.com/go-logr/logr v1.2.3
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/google/uuid v1.3.0
github.com/nats-io/nats.go v1.20.0
github.com/nats-io/nkeys v0.3.0
github.com/sirupsen/logrus v1.9.0
github.com/wasmcloud/interfaces/core/tinygo v0.0.0-20221212211611-51d99ad3427c
github.com/wasmcloud/tinygo-msgpack v0.1.4
)
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/nats-io/nats-server/v2 v2.9.7 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/stretchr/testify v1.8.0 // indirect
github.com/wasmcloud/tinygo-cbor v0.1.0 // indirect
golang.org/x/crypto v0.4.0 // indirect
golang.org/x/sys v0.3.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)