This project manages its dependencies using Go Modules.
Learn more
go.mod 559 B
module owo.codes/whats-this/api
require (
github.com/akamensky/base58 v0.0.0-20170920141933-92b0f56f531a
github.com/go-chi/chi v4.0.1+incompatible
github.com/go-chi/render v1.0.1
github.com/go-chi/valve v0.0.0-20170920024740-9e45288364f4
github.com/gofrs/uuid v3.2.0+incompatible
github.com/lib/pq v1.0.0
github.com/o1egl/paseto v1.0.0
github.com/pkg/errors v0.8.1
github.com/rs/zerolog v1.11.0
github.com/satori/go.uuid v1.2.0
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.1
golang.org/x/crypto v0.0.0-20190219172222-a4c6cb3142f2
)