-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
48 lines (45 loc) · 1.79 KB
/
go.mod
File metadata and controls
48 lines (45 loc) · 1.79 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
module github.com/thingspect/atlas
go 1.26.1
require (
github.com/NYTimes/gziphandler v1.1.1
github.com/chirpstack/chirpstack/api/go/v4 v4.17.0
github.com/eclipse/paho.mqtt.golang v1.5.1
github.com/expr-lang/expr v1.17.8
github.com/google/uuid v1.6.0
github.com/gregdel/pushover v1.4.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0
github.com/jackc/pgx/v5 v5.8.0
github.com/jellydator/ttlcache/v3 v3.4.0
github.com/maypok86/otter/v2 v2.3.0
github.com/mennanov/fmutils v0.3.6
github.com/nsqio/go-nsq v1.1.0
github.com/redis/go-redis/v9 v9.18.0
github.com/smira/go-statsd v1.3.4
github.com/stretchr/testify v1.11.1
github.com/thingspect/proto/go v1.1.16
go.uber.org/mock v0.6.0
golang.org/x/crypto v0.49.0
google.golang.org/grpc v1.79.3
google.golang.org/protobuf v1.36.11
)
require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/envoyproxy/protoc-gen-validate v1.3.3 // indirect
github.com/golang/snappy v1.0.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
go.uber.org/atomic v1.11.0 // indirect
golang.org/x/net v0.52.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/text v0.35.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260319201613-d00831a3d3e7 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260319201613-d00831a3d3e7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)