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