10 lines
158 B
Modula-2
10 lines
158 B
Modula-2
module github.com/Tnze/go-mc
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/google/uuid v1.1.1
|
|
github.com/iancoleman/strcase v0.1.3
|
|
github.com/mattn/go-colorable v0.1.8
|
|
)
|