Skip to content

Commit

Permalink
upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
creativeprojects committed Oct 24, 2023
1 parent 0d73c2b commit bcfaaa7
Show file tree
Hide file tree
Showing 20 changed files with 148 additions and 98 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ jobs:
projectName: 'resticprofile'
directory: 'public'
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
branch: main
2 changes: 1 addition & 1 deletion commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
"fmt"
"io"
"regexp"
"slices"
"sort"
"strconv"
"strings"
Expand All @@ -23,7 +24,6 @@ import (
"github.com/creativeprojects/resticprofile/term"
"github.com/creativeprojects/resticprofile/util/templates"
"github.com/creativeprojects/resticprofile/win"
"golang.org/x/exp/slices"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion config/flag.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ package config
import (
"fmt"
"reflect"
"slices"
"sort"
"strconv"
"strings"

"github.com/creativeprojects/resticprofile/constants"
"github.com/creativeprojects/resticprofile/shell"
"github.com/creativeprojects/resticprofile/util"
"golang.org/x/exp/slices"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion config/jsonschema/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import (
"encoding/json"
"fmt"
"regexp"
"slices"
"strings"

"github.com/creativeprojects/resticprofile/config"
"github.com/creativeprojects/resticprofile/util"
"golang.org/x/exp/slices"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion config/profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
"path"
"path/filepath"
"reflect"
"slices"
"sort"
"strings"
"time"
Expand All @@ -19,7 +20,6 @@ import (
"github.com/creativeprojects/resticprofile/util/bools"
"github.com/mitchellh/mapstructure"
"golang.org/x/exp/maps"
"golang.org/x/exp/slices"
)

// resticVersion14 is the semver of restic 0.14 (the version where several flag names were changed)
Expand Down
2 changes: 1 addition & 1 deletion flags.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package main

import (
"slices"
"strings"
"time"

Expand All @@ -9,7 +10,6 @@ import (
"github.com/creativeprojects/resticprofile/term"
"github.com/creativeprojects/resticprofile/util/collect"
"github.com/spf13/pflag"
"golang.org/x/exp/slices"
)

type commandLineFlags struct {
Expand Down
58 changes: 32 additions & 26 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,68 +8,74 @@ require (
github.com/capnspacehook/taskmaster v0.0.0-20210519235353-1629df7c85e9
github.com/coreos/go-systemd/v22 v22.5.0
github.com/creativeprojects/clog v0.14.0
github.com/creativeprojects/go-selfupdate v1.1.1
github.com/creativeprojects/go-selfupdate v1.1.2
github.com/distatus/battery v0.11.0
github.com/fatih/color v1.15.0
github.com/mackerelio/go-osstat v0.2.4
github.com/mattn/go-colorable v0.1.13
github.com/mitchellh/mapstructure v1.5.0
github.com/prometheus/client_golang v1.16.0
github.com/prometheus/client_golang v1.17.0
github.com/rickb777/date v1.14.2
github.com/shirou/gopsutil/v3 v3.23.6
github.com/spf13/afero v1.9.5
github.com/shirou/gopsutil/v3 v3.23.9
github.com/spf13/afero v1.10.0
github.com/spf13/cast v1.5.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.16.0
github.com/spf13/viper v1.17.0
github.com/stretchr/testify v1.8.4
golang.org/x/crypto v0.11.0
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53
golang.org/x/crypto v0.14.0
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
golang.org/x/sys v0.13.0
golang.org/x/text v0.11.0
golang.org/x/text v0.13.0
gopkg.in/yaml.v3 v3.0.1
howett.net/plist v1.0.0
)

require (
code.gitea.io/sdk/gitea v0.15.1 // indirect
code.gitea.io/sdk/gitea v0.16.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/davidmz/go-pageant v1.0.2 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-fed/httpsig v1.1.0 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-github/v30 v30.1.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/lufia/plan9stats v0.0.0-20230110061619-bbe2e5e100de // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/procfs v0.10.1 // indirect
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.11.1 // indirect
github.com/rickb777/plural v1.4.1 // indirect
github.com/sagikazarmark/locafero v0.3.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/subosito/gotenv v1.4.2 // indirect
github.com/tklauser/go-sysconf v0.3.11 // indirect
github.com/tklauser/numcpus v0.6.0 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/ulikunitz/xz v0.5.11 // indirect
github.com/xanzy/go-gitlab v0.80.2 // indirect
github.com/xanzy/go-gitlab v0.93.2 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/oauth2 v0.7.0 // indirect
golang.org/x/term v0.10.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/oauth2 v0.13.0 // indirect
golang.org/x/term v0.13.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.30.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
)
Loading

0 comments on commit bcfaaa7

Please sign in to comment.