Skip to content

Commit

Permalink
chore(http): bump github.com/clambin/go-common/cache to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clambin committed Aug 26, 2024
1 parent c8f6523 commit c555490
Show file tree
Hide file tree
Showing 28 changed files with 6 additions and 1,461 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
- 'http/v*'
- 'set/v*'
- 'slackbot/v*'
- 'tabulator/v*'
- 'taskmanager/v*'
- 'testutils/v*'
- 'charmer/v*'

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test_reuse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
- http
- set
- slackbot
- tabulator
- taskmanager
- testutils
- charmer
steps:
Expand Down
6 changes: 4 additions & 2 deletions http/go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
module github.com/clambin/go-common/http

go 1.21
go 1.22

toolchain go1.22.6

require (
github.com/clambin/go-common/cache v0.5.0
github.com/clambin/go-common/cache v0.6.0
github.com/clambin/go-common/testutils v0.1.0
github.com/prometheus/client_golang v1.20.2
golang.org/x/sync v0.8.0
Expand Down
6 changes: 2 additions & 4 deletions http/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/clambin/go-common/cache v0.5.0 h1:RNEi0nbWQRz4BXyK+NyxYOisayJp9ROrCheGFSbEUpA=
github.com/clambin/go-common/cache v0.5.0/go.mod h1:kk8t1usGhQjSOdjE5YKEwWBJigZThxKIl1wYP7hujeE=
github.com/clambin/go-common/cache v0.6.0 h1:YJr9uEvjcsFHjyxJjXmAG/2YSNcYSseFR964IVrVyS8=
github.com/clambin/go-common/cache v0.6.0/go.mod h1:HqYoCaIq9ckS3xiAQ5y8n3m4GmKSCku2+p/Cli614Sk=
github.com/clambin/go-common/testutils v0.1.0 h1:/nGWaOCIhW+Ew1c2NU7GLY/YPb8dp9SV8+MTgWksAgk=
github.com/clambin/go-common/testutils v0.1.0/go.mod h1:bV0j8D4zhNkleCeluFKLBeLQ0L/dqkxbaR/joLn8kzg=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
Expand All @@ -14,8 +14,6 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/prometheus/client_golang v1.20.1 h1:IMJXHOD6eARkQpxo8KkhgEVFlBNm+nkrFUyGlIu7Na8=
github.com/prometheus/client_golang v1.20.1/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE=
github.com/prometheus/client_golang v1.20.2 h1:5ctymQzZlyOON1666svgwn3s6IKWgfbjsejTMiXIyjg=
github.com/prometheus/client_golang v1.20.2/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE=
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=
Expand Down
22 changes: 0 additions & 22 deletions tabulator/LICENSE.md

This file was deleted.

5 changes: 0 additions & 5 deletions tabulator/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions tabulator/go.mod

This file was deleted.

12 changes: 0 additions & 12 deletions tabulator/go.sum

This file was deleted.

119 changes: 0 additions & 119 deletions tabulator/indexer.go

This file was deleted.

75 changes: 0 additions & 75 deletions tabulator/indexer_test.go

This file was deleted.

16 changes: 0 additions & 16 deletions tabulator/indexer_unit_test.go

This file was deleted.

67 changes: 0 additions & 67 deletions tabulator/marshal.go

This file was deleted.

Loading

0 comments on commit c555490

Please sign in to comment.