Skip to content

Commit

Permalink
Update Go module path
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayley committed Feb 14, 2024
1 parent ae60d3f commit f03305b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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/calcpadstudio/gazelle
module github.com/GazelleKit/gazelle

go 1.22.0
2 changes: 1 addition & 1 deletion pkg/bluebook/universalsection.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package bluebook

import (
units "github.com/calcpadstudio/gazelle/pkg/units"
units "github.com/GazelleKit/gazelle/pkg/units"
)

type DimensionsAndProperties struct {
Expand Down
2 changes: 1 addition & 1 deletion pkg/steel/sections.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package steel

import (
bluebook "github.com/calcpadstudio/gazelle/pkg/bluebook"
bluebook "github.com/GazelleKit/gazelle/pkg/bluebook"
)

type UniversalBeam struct {
Expand Down

0 comments on commit f03305b

Please sign in to comment.