Skip to content

Commit

Permalink
📦 updates modules for v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
k33g committed Sep 25, 2022
1 parent 7c6d1da commit ffb63f4
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 114 deletions.
28 changes: 14 additions & 14 deletions capsule-launcher/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ go 1.18

replace (
github.com/bots-garden/capsule/commons => ../commons
github.com/bots-garden/capsule/natsconn => ../natsconn
github.com/bots-garden/capsule/mqttconn => ../mqttconn
github.com/bots-garden/capsule/natsconn => ../natsconn
)

require (
github.com/bots-garden/capsule/commons v0.0.0-20220905091452-b91984559445
github.com/bots-garden/capsule/natsconn v0.0.0-00010101000000-000000000000
github.com/bots-garden/capsule/mqttconn v0.0.0-00010101000000-000000000000
github.com/couchbase/gocb/v2 v2.5.2
github.com/bots-garden/capsule/commons v0.2.5
github.com/bots-garden/capsule/mqttconn v0.0.0-20220925053039-7c6d1da33948
github.com/bots-garden/capsule/natsconn v0.0.0-20220925053039-7c6d1da33948
github.com/couchbase/gocb/v2 v2.5.3
github.com/eclipse/paho.mqtt.golang v1.4.1
github.com/gin-gonic/gin v1.8.1
github.com/go-redis/redis/v9 v9.0.0-beta.2
github.com/go-resty/resty/v2 v2.7.0
Expand All @@ -23,22 +24,21 @@ require (

require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/couchbase/gocbcore/v10 v10.1.4 // indirect
github.com/couchbase/gocbcore/v10 v10.1.5 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/eclipse/paho.mqtt.golang v1.4.1 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-playground/validator/v10 v10.11.0 // indirect
github.com/go-playground/validator/v10 v10.11.1 // indirect
github.com/goccy/go-json v0.9.11 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.15.9 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/lufia/plan9stats v0.0.0-20220517141722-cf486979b281 // indirect
github.com/lufia/plan9stats v0.0.0-20220913051719-115f729f3c8c // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/minio/highwayhash v1.0.2 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
Expand All @@ -50,10 +50,10 @@ require (
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
github.com/ugorji/go/codec v1.2.7 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20220906135438-9e1f76180b77 // indirect
golang.org/x/crypto v0.0.0-20220924013350-4ba4fb4dd9e7 // indirect
golang.org/x/net v0.0.0-20220923203811-8be639271d50 // indirect
golang.org/x/sync v0.0.0-20220923202941-7f9b1623fab7 // indirect
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
google.golang.org/protobuf v1.28.1 // indirect
Expand Down
Loading

0 comments on commit ffb63f4

Please sign in to comment.