diff options
Diffstat (limited to 'cmd/santa-example/main.go')
-rw-r--r-- | cmd/santa-example/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/santa-example/main.go b/cmd/santa-example/main.go index 29119cc..9e6eed7 100644 --- a/cmd/santa-example/main.go +++ b/cmd/santa-example/main.go @@ -34,7 +34,7 @@ import ( "math/rand" "time" - "github.com/lukechampine/stm" + "github.com/anacrolix/stm" ) type gate struct { |