Skip to content

Commit

Permalink
Remove deprecated sigv4 module
Browse files Browse the repository at this point in the history
Remove deprecated sigv4 module, this has been migrated to
https://github.com/prometheus/sigv4.

Signed-off-by: SuperQ <[email protected]>
  • Loading branch information
SuperQ committed Dec 4, 2024
1 parent 7b484e9 commit 15aae32
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 539 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- go/load-cache:
key: v1-go<< parameters.go_version >>
- run: make test
- run: make -C sigv4 test
- when:
condition: << parameters.use_gomod_cache >>
steps:
Expand Down Expand Up @@ -74,7 +73,6 @@ jobs:
- go/load-cache:
key: v1-go<< parameters.go_version >>
- run: make style
- run: make -C sigv4 style
- run: make -C assets style
- run: make check-go-mod-version
- when:
Expand Down
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@ updates:
directory: "/assets"
schedule:
interval: monthly
- package-ecosystem: "gomod"
directory: "/sigv4"
schedule:
interval: monthly
27 changes: 0 additions & 27 deletions sigv4/.yamllint

This file was deleted.

17 changes: 0 additions & 17 deletions sigv4/Makefile

This file was deleted.

12 changes: 0 additions & 12 deletions sigv4/README.md

This file was deleted.

33 changes: 0 additions & 33 deletions sigv4/go.mod

This file was deleted.

59 changes: 0 additions & 59 deletions sigv4/go.sum

This file was deleted.

154 changes: 0 additions & 154 deletions sigv4/sigv4.go

This file was deleted.

48 changes: 0 additions & 48 deletions sigv4/sigv4_config.go

This file was deleted.

Loading

0 comments on commit 15aae32

Please sign in to comment.