-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
23 lines (20 loc) · 983 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
module github.com/davidrenne/nothingBurgerYourMP3s
go 1.19
require (
github.com/DanielRenne/GoCore/core v0.0.0-20221113211335-f0f40e00d95b
github.com/DanielRenne/GoCore/core/extensions v0.0.0-20221113211016-1b7bad8bde86
github.com/DanielRenne/GoCore/core/logger v0.0.0-20221006195400-7f79828e34c3
github.com/DanielRenne/GoCore/core/path v0.0.0-20221113211016-1b7bad8bde86
github.com/DanielRenne/GoCore/core/utils v0.0.0-20221006195400-7f79828e34c3
)
require (
github.com/DanielRenne/GoCore/core/serverSettings v0.0.0-20221113211016-1b7bad8bde86 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/forPelevin/gomoji v1.1.6 // indirect
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/rivo/uniseg v0.4.2 // indirect
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
)