Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/golangci/golangci-…
Browse files Browse the repository at this point in the history
…lint-action-3.4.0
  • Loading branch information
timbray authored Jan 24, 2023
2 parents 5984557 + 709a91a commit fea4b9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: go

- name: Run benchmark
run: go test -benchmem -run="^$" -bench "^Benchmark" . github.com/timbray/quamina | tee output.txt
run: go test -benchmem -run="^$" -bench "^Benchmark" . quamina.net/go/quamina | tee output.txt

- name: Download previous benchmark data
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
Expand Down
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"log"

"github.com/timbray/quamina"
"quamina.net/go/quamina"
)

const userRegisteredEvent = `{
Expand Down
2 changes: 1 addition & 1 deletion external_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package quamina_test
import (
"testing"

"github.com/timbray/quamina"
"quamina.net/go/quamina"
)

type fakeFlattener struct {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/timbray/quamina
module quamina.net/go/quamina

go 1.18

0 comments on commit fea4b9a

Please sign in to comment.