module nano-run go 1.14 require ( github.com/Masterminds/goutils v1.1.0 // indirect github.com/Masterminds/semver v1.5.0 // indirect github.com/Masterminds/sprig v2.22.0+incompatible github.com/dgraph-io/badger v1.6.1 github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/gin-gonic/gin v1.6.3 github.com/google/uuid v1.1.2 github.com/huandu/xstrings v1.3.2 // indirect github.com/imdario/mergo v0.3.11 // indirect github.com/jessevdk/go-flags v1.4.1-0.20200711081900-c17162fe8fd7 github.com/mitchellh/copystructure v1.0.0 // indirect github.com/robfig/cron/v3 v3.0.0 github.com/stretchr/testify v1.4.0 golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 gopkg.in/yaml.v2 v2.3.0 )