mirror of
https://github.com/SapphicCode/protoplex.git
synced 2025-09-26 19:31:23 +08:00
12 lines
333 B
Modula-2
12 lines
333 B
Modula-2
module github.com/Pandentia/protoplex
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
|
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 // indirect
|
|
github.com/rs/zerolog v1.15.0
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
)
|