Skip to content

Commit

Permalink
update example mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Crandel committed Jan 16, 2025
1 parent f6dba06 commit 750b230
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/.example/go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module example

go 1.23.3
go 1.23.4

replace github.com/talon-one/talon_go/v8 => ../..
replace github.com/talon-one/talon_go/v9 => ../..

require github.com/talon-one/talon_go/v8 v8.0.0
require github.com/talon-one/talon_go/v9 v9.0.0

require golang.org/x/oauth2 v0.23.0 // indirect
require golang.org/x/oauth2 v0.25.0 // indirect
4 changes: 2 additions & 2 deletions .github/.example/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cloud.google.com/go/compute/metadata v0.3.0/go.mod h1:zFmK7XCadkQkj6TtorcaGlCW1hT1fIilQDwofLpJ20k=
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
golang.org/x/oauth2 v0.23.0 h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs=
golang.org/x/oauth2 v0.23.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
golang.org/x/oauth2 v0.25.0 h1:CY4y7XT9v0cRI9oupztF8AgiIu99L/ksR/Xp/6jrZ70=
golang.org/x/oauth2 v0.25.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=

0 comments on commit 750b230

Please sign in to comment.