Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use rsling v0.2.0 in examples #6

Merged
merged 1 commit into from
Aug 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading