Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/tillkuhn/angkor
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkuhn committed Nov 5, 2024
2 parents 618c394 + 36397a3 commit db87ce9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 135 deletions.
5 changes: 1 addition & 4 deletions go/remindabot/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/stretchr/testify v1.9.0
github.com/tillkuhn/angkor/go/topkapi v0.0.0-20240925054653-0f5b0882a10a
github.com/tillkuhn/rubin v0.8.2
golang.org/x/text v0.18.0
golang.org/x/text v0.19.0
)

require (
Expand All @@ -26,7 +26,6 @@ require (
github.com/eapache/go-resiliency v1.7.0 // indirect
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
github.com/eapache/queue v1.1.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
Expand Down Expand Up @@ -55,7 +54,5 @@ require (
golang.org/x/net v0.29.0 // indirect
golang.org/x/oauth2 v0.23.0 // indirect
golang.org/x/sys v0.25.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit db87ce9

Please sign in to comment.