Skip to content

Commit

Permalink
Slices are no longer experimental in 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
haimgel committed Oct 31, 2023
1 parent a20c0f0 commit 2986084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import (
"github.com/haimgel/slack-status/internal/slack"
"github.com/spf13/cobra"
"github.com/spf13/viper"
"golang.org/x/exp/slices"
"net/http"
"os"
"path/filepath"
"slices"
"time"
)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ require (
github.com/slack-go/slack v0.11.3
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.17.0
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
)

require (
Expand Down Expand Up @@ -38,6 +37,7 @@ require (
github.com/zalando/go-keyring v0.2.3 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
Expand Down

0 comments on commit 2986084

Please sign in to comment.