Skip to content

Commit

Permalink
update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
rzrbld committed Nov 18, 2020
1 parent 060a1d6 commit e0d5014
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 15 deletions.
34 changes: 20 additions & 14 deletions src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ require (
github.com/gavv/httpexpect v2.0.0+incompatible // indirect
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 // indirect
github.com/go-check/check v0.0.0-20200902074654-038fdea0a05b // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/go-cmp v0.5.2 // indirect
github.com/google/go-cmp v0.5.3 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/gorilla/securecookie v1.1.1
Expand All @@ -32,25 +31,27 @@ require (
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf // indirect
github.com/iris-contrib/blackfriday v2.0.0+incompatible // indirect
github.com/iris-contrib/jade v1.1.4 // indirect
github.com/iris-contrib/middleware/cors v0.0.0-20201010084130-5bd93b5f7a9a
github.com/iris-contrib/middleware/prometheus v0.0.0-20201010084130-5bd93b5f7a9a
github.com/iris-contrib/middleware/cors v0.0.0-20201115103636-07e8bced147f
github.com/iris-contrib/middleware/prometheus v0.0.0-20201115103636-07e8bced147f
github.com/iris-contrib/pongo2 v0.0.1 // indirect
github.com/jarcoal/httpmock v1.0.6 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/kataras/go-sessions/v3 v3.3.0
github.com/kataras/iris/v12 v12.2.0-alpha.0.20201009155300-ff7417baddc9
github.com/kataras/iris/v12 v12.2.0-alpha.0.20201113181155-4d09475c290d
github.com/klauspost/compress v1.11.3 // indirect
github.com/klauspost/cpuid v1.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/markbates/goth v1.65.0
github.com/markbates/goth v1.66.0
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mediocregopher/mediocre-go-lib v0.0.0-20181029021733-cb65787f37ed // indirect
github.com/mediocregopher/radix/v3 v3.5.2 // indirect
github.com/microcosm-cc/bluemonday v1.0.4 // indirect
github.com/minio/hdfs/v3 v3.0.1 // indirect
github.com/minio/lsync v1.0.1 // indirect
github.com/minio/minio v0.0.0-20201010033600-c2f16ee84624
github.com/minio/md5-simd v1.1.1 // indirect
github.com/minio/minio v0.0.0-20201117171328-7ff8128f15ce
github.com/minio/minio-go/v6 v6.0.58-0.20200612001654-a57fec8037ec
github.com/minio/minio-go/v7 v7.0.6-0.20200929220449-755b5633803a
github.com/minio/parquet-go v0.0.0-20200414234858-838cfa8aae61 // indirect
Expand All @@ -62,24 +63,28 @@ require (
github.com/nats-io/nats-server v1.4.1 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/nxadm/tail v1.4.5 // indirect
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/common v0.14.0 // indirect
github.com/prometheus/client_golang v1.8.0
github.com/prometheus/common v0.15.0 // indirect
github.com/prometheus/procfs v0.2.0 // indirect
github.com/prometheus/tsdb v0.7.1 // indirect
github.com/rcrowley/go-metrics v0.0.0-20190704165056-9c2d0518ed81 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/ryanuber/columnize v2.1.2+incompatible // indirect
github.com/rzrbld/goth-provider-wso2 v0.0.0-20200714144945-8df7b3afa068
github.com/sclevine/agouti v3.0.0+incompatible // indirect
github.com/secure-io/sio-go v0.3.1 // indirect
github.com/sergi/go-diff v1.1.0 // indirect
github.com/shirou/gopsutil v2.20.9+incompatible // indirect
github.com/shirou/gopsutil v3.20.10+incompatible // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/square/go-jose/v3 v3.0.0-20200630053402-0a67ce9b0693 // indirect
github.com/stretchr/testify v1.6.1 // indirect
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
github.com/ugorji/go v1.1.5-pre // indirect
github.com/valyala/fasthttp v1.16.0 // indirect
github.com/vmihailenco/msgpack/v4 v4.3.11 // indirect
github.com/vmihailenco/msgpack/v5 v5.0.0-rc.5 // indirect
github.com/vmihailenco/tagparser v0.1.2 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
Expand All @@ -88,11 +93,12 @@ require (
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
github.com/yudai/pp v2.0.1+incompatible // indirect
go.uber.org/zap v1.15.0 // indirect
golang.org/x/net v0.0.0-20201010224723-4f7140c49acb // indirect
golang.org/x/sys v0.0.0-20201009025420-dfb3f7c4e634 // indirect
golang.org/x/text v0.3.3 // indirect
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9 // indirect
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58 // indirect
golang.org/x/sys v0.0.0-20201117222635-ba5294a509c7 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
Expand Down
Loading

0 comments on commit e0d5014

Please sign in to comment.