|
|
|
module github.com/imdotdev/im.dev
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
|
|
|
9fans.net/go v0.0.2 // indirect
|
|
|
|
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
|
|
|
|
github.com/gin-gonic/gin v1.6.3
|
|
|
|
github.com/go-stack/stack v1.8.0
|
|
|
|
github.com/golang/snappy v0.0.2
|
|
|
|
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac
|
|
|
|
github.com/karrick/godirwalk v1.16.1 // indirect
|
|
|
|
github.com/keegancsmith/rpc v1.3.0 // indirect
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
|
|
|
github.com/newhook/go-symbols v0.0.0-20151212134530-b75dfefa0d23 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/ramya-rao-a/go-outline v0.0.0-20200117021646-2a048b4510eb // indirect
|
|
|
|
github.com/rogpeppe/godef v1.1.2 // indirect
|
|
|
|
github.com/spf13/cobra v1.1.1
|
|
|
|
github.com/stamblerre/gocode v1.0.0 // indirect
|
|
|
|
github.com/uudashr/gopkgs v1.3.2 // indirect
|
|
|
|
golang.org/x/mod v0.4.1 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
|
|
|
|
golang.org/x/tools v0.1.0 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
|
|
)
|