14 lines
333 B
Modula-2
14 lines
333 B
Modula-2
|
module nano-run
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
github.com/dgraph-io/badger v1.6.1
|
||
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
||
|
github.com/google/uuid v1.1.2
|
||
|
github.com/gorilla/mux v1.8.0
|
||
|
github.com/jessevdk/go-flags v1.4.1-0.20200711081900-c17162fe8fd7
|
||
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
|
||
|
gopkg.in/yaml.v2 v2.3.0
|
||
|
)
|