Skip to content

Commit

Permalink
Revert (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw-daniel authored May 24, 2024
1 parent 2cceecb commit be4f370
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 496 deletions.
2 changes: 1 addition & 1 deletion client/assets-manager/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"time"

"github.com/trustwallet/go-common/client"
"github.com/trustwallet/go-libs/client"
)

type Client struct {
Expand Down
17 changes: 4 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,16 @@ go 1.21
require github.com/trustwallet/go-primitives v0.0.76

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/prometheus/client_golang v1.12.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.32.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
google.golang.org/protobuf v1.30.0 // indirect
github.com/rogpeppe/go-internal v1.8.1 // indirect
)

require (
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/trustwallet/go-common v0.8.17
golang.org/x/crypto v0.9.0 // indirect
github.com/trustwallet/go-libs v0.3.13
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/image v0.5.0
golang.org/x/sys v0.8.0 // indirect
golang.org/x/sys v0.1.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit be4f370

Please sign in to comment.