mirror of
https://github.com/Fishwaldo/restic-nats.git
synced 2025-03-15 11:31:42 +00:00
18 lines
490 B
Modula-2
18 lines
490 B
Modula-2
module github.com/Fishwaldo/restic-nats
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/Fishwaldo/go-logadapter v0.0.2
|
|
github.com/nats-io/nats.go v1.13.0
|
|
github.com/pkg/errors v0.9.1
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/nats-io/nats-server/v2 v2.6.1 // indirect
|
|
github.com/nats-io/nkeys v0.3.0 // indirect
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
)
|