Skip to content

Commit

Permalink
Use rsling v0.2.0 in examples (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsjethani committed Aug 17, 2023
1 parent f81112a commit 6ee2ffa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/coreos/pkg v0.0.0-20230209195159-6f3db454fdf8
github.com/rsjethani/rsling v0.1.0
github.com/rsjethani/rsling v0.2.0
golang.org/x/oauth2 v0.10.0
)

Expand Down
4 changes: 2 additions & 2 deletions examples/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
github.com/rsjethani/rsling v0.1.0 h1:1sAP3dZ2VJAsa9fCjGI1eqO6yieSlNKlldERnDpBDFE=
github.com/rsjethani/rsling v0.1.0/go.mod h1:vgWZR0je3w8oCWjV4C9KjwzkSMf8Wy0QWjvTY3ssJrE=
github.com/rsjethani/rsling v0.2.0 h1:a8OY4aCDN/FqnKgF9/FHdyoLB90frXcaXEREdg139u0=
github.com/rsjethani/rsling v0.2.0/go.mod h1:vgWZR0je3w8oCWjV4C9KjwzkSMf8Wy0QWjvTY3ssJrE=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks=
golang.org/x/net v0.12.0 h1:cfawfvKITfUsFCeJIHJrbSxpeu/E81khclypR0GVT50=
Expand Down

0 comments on commit 6ee2ffa

Please sign in to comment.