forked from TheTipo01/restRoberto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (21 loc) · 756 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
module github.com/TheTipo01/restRoberto
go 1.21
toolchain go1.22.2
require (
github.com/TheTipo01/libRoberto v0.0.0-20230520123730-c864ae48caaa
github.com/bwmarrin/lit v0.0.0-20190813132558-fd4b44871312
github.com/gorilla/mux v1.8.1
github.com/kkyr/fig v0.4.0
)
require (
github.com/forPelevin/gomoji v1.2.0 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/goodsign/monday v1.0.2 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml/v2 v2.2.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)