|  | 
| 1 | 1 | module ultre.me/calcbiz | 
| 2 | 2 | 
 | 
| 3 | 3 | require ( | 
|  | 4 | +	cloud.google.com/go v0.65.0 // indirect | 
| 4 | 5 | 	github.com/Bearer/bearer-go v1.1.0 | 
| 5 |  | -	github.com/Masterminds/goutils v1.1.0 // indirect | 
|  | 6 | +	github.com/Masterminds/goutils v1.1.1 // indirect | 
| 6 | 7 | 	github.com/Masterminds/semver v1.5.0 // indirect | 
| 7 | 8 | 	github.com/Masterminds/sprig v2.22.0+incompatible | 
| 8 |  | -	github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect | 
| 9 | 9 | 	github.com/disintegration/imaging v1.6.2 | 
| 10 |  | -	github.com/go-chi/chi v4.0.2+incompatible | 
|  | 10 | +	github.com/go-chi/chi v1.5.4 | 
| 11 | 11 | 	github.com/gobuffalo/envy v1.8.1 // indirect | 
| 12 |  | -	github.com/gobuffalo/packd v0.3.0 | 
|  | 12 | +	github.com/gobuffalo/packd v1.0.0 | 
| 13 | 13 | 	github.com/gobuffalo/packr v1.30.1 | 
| 14 | 14 | 	github.com/gogo/gateway v1.1.0 | 
| 15 | 15 | 	github.com/gogo/protobuf v1.3.1 | 
| 16 |  | -	github.com/golang/protobuf v1.3.2 | 
| 17 |  | -	github.com/google/uuid v1.1.1 // indirect | 
|  | 16 | +	github.com/golang/protobuf v1.5.2 | 
| 18 | 17 | 	github.com/googollee/go-engine.io v1.4.2 | 
| 19 | 18 | 	github.com/googollee/go-socket.io v1.4.3-0.20191204093753-683f8725b6d0 | 
| 20 | 19 | 	github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect | 
| 21 | 20 | 	github.com/gorilla/mux v1.7.3 | 
| 22 |  | -	github.com/gorilla/websocket v1.4.1 // indirect | 
|  | 21 | +	github.com/gorilla/websocket v1.4.2 // indirect | 
| 23 | 22 | 	github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 | 
| 24 |  | -	github.com/grpc-ecosystem/grpc-gateway v1.12.1 | 
| 25 |  | -	github.com/huandu/xstrings v1.2.1 // indirect | 
| 26 |  | -	github.com/imdario/mergo v0.3.8 // indirect | 
|  | 23 | +	github.com/grpc-ecosystem/grpc-gateway v1.9.0 | 
|  | 24 | +	github.com/huandu/xstrings v1.3.1 // indirect | 
|  | 25 | +	github.com/imdario/mergo v0.3.11 // indirect | 
| 27 | 26 | 	github.com/jinzhu/gorm v1.9.11 | 
| 28 |  | -	github.com/jtolds/gls v4.2.1+incompatible // indirect | 
| 29 | 27 | 	github.com/mattn/go-sqlite3 v2.0.1+incompatible // indirect | 
| 30 | 28 | 	github.com/mitchellh/copystructure v1.0.0 // indirect | 
| 31 | 29 | 	github.com/mitchellh/reflectwalk v1.0.1 // indirect | 
| 32 | 30 | 	github.com/moul/numberinfo v0.0.0-20160903151149-753f372df509 | 
| 33 | 31 | 	github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c | 
| 34 |  | -	github.com/pkg/errors v0.8.1 | 
| 35 |  | -	github.com/rogpeppe/go-internal v1.5.0 // indirect | 
|  | 32 | +	github.com/pkg/errors v0.9.1 | 
|  | 33 | +	github.com/rogpeppe/go-internal v1.5.2 // indirect | 
| 36 | 34 | 	github.com/rs/cors v1.7.0 | 
| 37 | 35 | 	github.com/shazow/memoizer v0.0.0-20130904030615-74fc48eaeadc | 
| 38 |  | -	github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect | 
| 39 |  | -	github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect | 
|  | 36 | +	github.com/smartystreets/goconvey v1.6.4 // indirect | 
|  | 37 | +	github.com/stretchr/testify v1.7.0 // indirect | 
| 40 | 38 | 	github.com/tdewolff/minify/v2 v2.6.1 | 
| 41 | 39 | 	github.com/tdewolff/parse/v2 v2.4.1 // indirect | 
| 42 | 40 | 	github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 | 
| 43 | 41 | 	github.com/tpyolang/tpyo-cli v1.0.0 | 
| 44 | 42 | 	github.com/treastech/logger v0.0.0-20180705232552-e381e9ecf2e3 | 
| 45 |  | -	github.com/urfave/cli v1.22.2 | 
|  | 43 | +	github.com/urfave/cli v1.20.0 | 
| 46 | 44 | 	github.com/yanatan16/golang-soundcloud v0.0.0-20161013200625-a182dd459b66 | 
| 47 |  | -	go.uber.org/atomic v1.5.1 // indirect | 
| 48 |  | -	go.uber.org/multierr v1.4.0 // indirect | 
| 49 |  | -	go.uber.org/zap v1.13.0 | 
| 50 |  | -	golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 | 
|  | 45 | +	go.uber.org/multierr v1.6.0 // indirect | 
|  | 46 | +	go.uber.org/zap v1.16.0 | 
|  | 47 | +	golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 | 
| 51 | 48 | 	golang.org/x/image v0.0.0-20191206065243-da761ea9ff43 // indirect | 
| 52 |  | -	golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect | 
| 53 |  | -	golang.org/x/net v0.0.0-20191207000613-e7e4b65ae663 // indirect | 
| 54 |  | -	golang.org/x/sys v0.0.0-20191206220618-eeba5f6aabab // indirect | 
| 55 |  | -	golang.org/x/text v0.3.2 // indirect | 
| 56 |  | -	golang.org/x/tools v0.0.0-20191206204035-259af5ff87bd // indirect | 
| 57 |  | -	google.golang.org/genproto v0.0.0-20191206224255-0243a4be9c8f | 
| 58 |  | -	google.golang.org/grpc v1.25.1 | 
|  | 49 | +	google.golang.org/genproto v0.0.0-20210426193834-eac7f76ac494 | 
|  | 50 | +	google.golang.org/grpc v1.37.0 | 
|  | 51 | +	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | 
| 59 | 52 | 	moul.io/godev v1.3.0 | 
| 60 | 53 | 	moul.io/srand v1.4.0 | 
| 61 |  | -	moul.io/zapgorm v0.0.0-20190706070406-8138918b527b | 
|  | 54 | +	moul.io/zapgorm v1.1.2 | 
| 62 | 55 | 	ultre.me/kryptos v0.0.0-20181023194748-240fe1a16033 | 
| 63 | 56 | 	ultre.me/recettator v0.4.1-0.20190210231503-241df3a046a3 | 
| 64 | 57 | ) | 
|  | 
0 commit comments