matemat/uncanny/go.mod

9 lines
123 B
Modula-2
Raw Normal View History

2021-02-10 00:30:15 +01:00
module git.kabelsalat.ch/ccc-basel/matemat
2021-01-31 16:56:33 +01:00
2021-01-31 18:05:12 +01:00
go 1.11
2021-01-31 16:56:33 +01:00
2021-05-05 22:34:25 +02:00
require (
github.com/brutella/can v0.0.1
golang.org/x/text v0.3.6
)