Skip to content

Commit

Permalink
maintain go 1.20 compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
btoews committed Nov 29, 2023
1 parent e7eea4e commit afbe418
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.tool-versions
3 changes: 2 additions & 1 deletion flyio/caveat_set.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ package flyio

import (
"fmt"
"slices"

"golang.org/x/exp/slices"

"github.com/superfly/macaroon"
"github.com/superfly/macaroon/resset"
Expand Down
3 changes: 2 additions & 1 deletion internal/test-vectors/test_vectors.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ import (
"encoding/json"
"math"
"os"
"slices"

"golang.org/x/exp/slices"

"github.com/superfly/macaroon"
"github.com/superfly/macaroon/auth"
Expand Down

0 comments on commit afbe418

Please sign in to comment.