You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
261 B
Modula-2
12 lines
261 B
Modula-2
2 years ago
|
module gitlab.com/ics_cinnamon/voiceStatistics
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/google/uuid v1.3.0
|
||
|
github.com/satori/go.uuid v1.2.0
|
||
|
github.com/stretchr/testify v1.7.0
|
||
|
gitlab.com/ics_cinnamon/joy4 v1.0.26
|
||
|
golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
|
||
|
)
|