Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dh1tw committed Jan 27, 2024
1 parent 6ea0b57 commit 9185f7a
Show file tree
Hide file tree
Showing 2 changed files with 2,226 additions and 113 deletions.
19 changes: 9 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,15 @@ require (
github.com/asim/go-micro/plugins/registry/nats/v3 v3.0.0-20210416163442-a91d1f7a3dbb
github.com/asim/go-micro/plugins/transport/nats/v3 v3.0.0-20210416163442-a91d1f7a3dbb
github.com/asim/go-micro/v3 v3.5.2-0.20210425055400-b11a2f17e92c
github.com/dh1tw/nolistfs v0.1.0
github.com/golang/protobuf v1.5.2
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/dh1tw/nolistfs v0.1.1
github.com/golang/protobuf v1.5.3
github.com/gorilla/mux v1.8.1
github.com/gorilla/websocket v1.5.1
github.com/micro/mdns v0.3.0
github.com/nats-io/nats.go v1.10.0
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
github.com/nats-io/nats.go v1.32.0
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
golang.org/x/net v0.7.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.26.0
golang.org/x/net v0.20.0 // indirect
google.golang.org/protobuf v1.32.0
)
Loading

0 comments on commit 9185f7a

Please sign in to comment.