mirror of
https://github.com/stevenhowes/osgrid-server.git
synced 2026-05-26 15:53:42 +01:00
10 lines
189 B
Modula-2
10 lines
189 B
Modula-2
module osgrid-server
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/paulcager/go-http-middleware v0.0.0-20201217214326-f1e1271eaabe
|
|
github.com/paulcager/osgridref v1.0.1
|
|
github.com/spf13/pflag v1.0.5
|
|
)
|