-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
42 lines (39 loc) · 1.7 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
30
31
32
33
34
35
36
37
38
39
40
41
42
module github.com/thinkgos/gogate
go 1.21
require (
github.com/bwmarrin/snowflake v0.3.0
github.com/eclipse/paho.mqtt.golang v1.4.3
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/jinzhu/gorm v1.9.16
github.com/json-iterator/go v1.1.12
github.com/mattn/go-sqlite3 v1.14.18
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a
github.com/spf13/cast v1.5.1
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
github.com/things-labs/fwu v0.0.0-20210624081129-ad7ca991a291
github.com/thinkgos/memlog v0.2.1
github.com/willf/bitset v1.1.11
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/golang/protobuf v1.5.3 // indirect
github.com/gopherjs/gopherjs v0.0.0-20190411002643-bd77b112433e // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/lib/pq v1.2.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/smartystreets/assertions v0.0.0-20190401211740-f487f9de1cd3 // indirect
github.com/stretchr/testify v1.6.1 // indirect
github.com/things-go/render v0.0.1 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.14.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)