11 lines
223 B
Modula-2
11 lines
223 B
Modula-2
module github.com/Tnze/go-mc
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/google/uuid v1.1.1
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/satori/go.uuid v1.2.0
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|