-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathgo.mod
29 lines (27 loc) · 1.01 KB
/
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
27
28
29
module github.com/chirpstack/chirpstack-fuota-server/v4
go 1.15
require (
github.com/brocaar/lorawan v0.0.0-20201030140234-f23da2d4a303
github.com/chirpstack/chirpstack/api/go/v4 v4.2.0
github.com/gofrs/uuid v3.3.0+incompatible
github.com/golang-migrate/migrate/v4 v4.14.1
github.com/golang/mock v1.4.4
github.com/golang/protobuf v1.5.2
github.com/goreleaser/goreleaser v0.106.0
github.com/goreleaser/nfpm v0.11.0
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
github.com/jmoiron/sqlx v1.2.1-0.20190826204134-d7d95172beb5
github.com/lib/pq v1.9.0
github.com/mitchellh/mapstructure v1.3.3
github.com/pkg/errors v0.9.1
github.com/rakyll/statik v0.1.7
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
golang.org/x/mod v0.4.0 // indirect
golang.org/x/tools v0.0.0-20210108195828-e2f9c7f1fc8e // indirect
google.golang.org/grpc v1.45.0
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.2.0
google.golang.org/protobuf v1.28.0
)