Skip to content
Closed
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 nix/packages/swm-plugin-forge-github/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
in
if tag != "" then tag else rev;

vendorHash = "sha256-qIc++EsPD3koINubXnwE6TcbFk6bB+YWQoNjA59BziU=";
vendorHash = "sha256-ERbs9ApZtaMOuSBIw261yhYaBsJN6ByPGz1JlwdUDME=";
in
pkgs.buildGoModule {
inherit version vendorHash;
Expand Down
3 changes: 2 additions & 1 deletion plugins/forge-github/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ replace (
)

require (
github.com/google/go-github/v88 v88.0.0
github.com/kalbasit/swm/proto v0.0.0
github.com/kalbasit/swm/sdk/go v0.0.0
github.com/pelletier/go-toml/v2 v2.4.3
Expand All @@ -20,7 +21,7 @@ require go.yaml.in/yaml/v3 v3.0.5 // indirect
require (
github.com/fatih/color v1.19.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-github/v88 v88.0.0
github.com/google/go-github/v90 v90.0.0
github.com/google/go-querystring v1.2.0 // indirect
github.com/hashicorp/go-hclog v1.6.3 // indirect
github.com/hashicorp/go-plugin v1.8.0 // indirect
Expand Down
1 change: 1 addition & 0 deletions plugins/forge-github/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
github.com/google/go-github/v88 v88.0.0 h1:dZA9IKkPK1eXZj4ypngnpRj5FwdpTv4whix2PrQMP7M=
github.com/google/go-github/v88 v88.0.0/go.mod h1:rufTDgn2N45wjhukLTyxmvc9nilSp3mr3Rgtt6b1MPw=
github.com/google/go-github/v90 v90.0.0/go.mod h1:pLzt1FZURZyoTHT5/Z1UQY3b9fYyrbXH6aj7X+qgID4=
github.com/google/go-querystring v1.2.0 h1:yhqkPbu2/OH+V9BfpCVPZkNmUXhb2gBxJArfhIxNtP0=
github.com/google/go-querystring v1.2.0/go.mod h1:8IFJqpSRITyJ8QhQ13bmbeMBDfmeEJZD5A0egEOmkqU=
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
Expand Down
Loading