Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Remove unused buckets
Specify timestamp
  • Loading branch information
alpinskiy committed Oct 8, 2024
1 parent 578f177 commit c33d7d4
Show file tree
Hide file tree
Showing 4 changed files with 467 additions and 189 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
args: --timeout=10m --disable-all -E goimports
- uses: dominikh/[email protected]
with:
version: v0.4.7
install-go: false
- run: go test -v ./...
7 changes: 7 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
module github.com/vkcom/statshouse-go

go 1.19

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.9.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit c33d7d4

Please sign in to comment.