tome_lib/go.mod

9 lines
146 B
Modula-2
Raw Permalink Normal View History

2021-10-01 16:46:11 +00:00
module git.saintnet.tech/tomecraft/tome_lib
2021-10-01 16:43:55 +00:00
go 1.16
require (
github.com/alvaroloes/enumer v1.1.2 // indirect
github.com/google/uuid v1.3.0
)