File tree 5 files changed +4
-5
lines changed
5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ import (
30
30
31
31
"github.com/bleemeo/glouton/logger"
32
32
33
+ "github.com/go-viper/mapstructure/v2"
33
34
"github.com/google/uuid"
34
- "github.com/mitchellh/mapstructure"
35
35
)
36
36
37
37
const stateVersion = 1
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
"strings"
24
24
"time"
25
25
26
- "github.com/mitchellh /mapstructure"
26
+ "github.com/go-viper /mapstructure/v2 "
27
27
bbConf "github.com/prometheus/blackbox_exporter/config"
28
28
"gopkg.in/yaml.v3"
29
29
)
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import (
35
35
"github.com/bleemeo/glouton/version"
36
36
37
37
"dario.cat/mergo"
38
- "github.com/mitchellh /mapstructure"
38
+ "github.com/go-viper /mapstructure/v2 "
39
39
"gopkg.in/ini.v1"
40
40
)
41
41
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ require (
35
35
github.com/knadh/koanf v1.5.0
36
36
github.com/knadh/koanf/v2 v2.1.2
37
37
github.com/mitchellh/copystructure v1.2.0
38
- github.com/mitchellh/mapstructure v1.5.1-0.20220423185008-bf980b35cac4
39
38
github.com/ncabatoff/process-exporter v0.8.5
40
39
github.com/opencontainers/go-digest v1.0.0
41
40
github.com/opencontainers/image-spec v1.1.0
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
22
22
"sync"
23
23
"time"
24
24
25
- "github.com/mitchellh /mapstructure"
25
+ "github.com/go-viper /mapstructure/v2 "
26
26
"github.com/vmware/govmomi/object"
27
27
"github.com/vmware/govmomi/property"
28
28
"github.com/vmware/govmomi/vim25"
You can’t perform that action at this time.
0 commit comments