Skip to content

Commit

Permalink
feat: using tangle-client-go v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanCapistrano committed Sep 29, 2023
1 parent b17660c commit d739d77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ module github.com/allancapistrano/tangle-hornet-api
go 1.20

require (
github.com/allancapistrano/tangle-client-go v1.2.0
github.com/allancapistrano/tangle-client-go v1.3.0
github.com/gorilla/mux v1.8.0
)

require google.golang.org/genproto/googleapis/rpc v0.0.0-20230913181813-007df8e322eb // indirect

require (
filippo.io/edwards25519 v1.0.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
Expand All @@ -20,6 +18,7 @@ require (
golang.org/x/net v0.15.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230913181813-007df8e322eb // indirect
google.golang.org/grpc v1.58.1 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ github.com/Joker/jade v1.0.1-0.20190614124447-d475f43051e7/go.mod h1:6E6s8o2AE4K
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/Shopify/goreferrer v0.0.0-20181106222321-ec9c9a553398/go.mod h1:a1uqRtAwp2Xwc6WNPJEufxJ7fx3npB4UV/JOLmbu5I0=
github.com/ajg/form v1.5.1/go.mod h1:uL1WgH+h2mgNtvBq0339dVnzXdBETtL2LeUXaIv25UY=
github.com/allancapistrano/tangle-client-go v1.2.0 h1:oiOZONDUF0wzhd4z4VMl+Q3tkttU5mRofmTtzYY8Eh8=
github.com/allancapistrano/tangle-client-go v1.2.0/go.mod h1:AwPSVwcfCVDDXdLQIM//9s9AHL7EOOn/LOxbk+0Sq80=
github.com/allancapistrano/tangle-client-go v1.3.0 h1:rO0JSNlg5IxRB+FLfAnbxQoBN8V6wQT1UcGHUo2m+Es=
github.com/allancapistrano/tangle-client-go v1.3.0/go.mod h1:AwPSVwcfCVDDXdLQIM//9s9AHL7EOOn/LOxbk+0Sq80=
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=
Expand Down

0 comments on commit d739d77

Please sign in to comment.