File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "sync"
88 "time"
99
10- "confkit"
10+ "github.com/MimoJanra/ confkit"
1111 awssdk "github.com/aws/aws-sdk-go-v2/aws"
1212 "github.com/aws/aws-sdk-go-v2/config"
1313 "github.com/aws/aws-sdk-go-v2/service/secretsmanager"
Original file line number Diff line number Diff line change 77 "sync"
88 "time"
99
10- "confkit"
10+ "github.com/MimoJanra/ confkit"
1111 awssdk "github.com/aws/aws-sdk-go-v2/aws"
1212 "github.com/aws/aws-sdk-go-v2/config"
1313 "github.com/aws/aws-sdk-go-v2/service/ssm"
Original file line number Diff line number Diff line change 1- module confkit/aws
1+ module github.com/MimoJanra/ confkit/aws
22
33go 1.24.0
44
55require (
6- confkit v0.0 .0
6+ github.com/MimoJanra/ confkit v0.5 .0
77 github.com/aws/aws-sdk-go-v2 v1.30.0
88 github.com/aws/aws-sdk-go-v2/config v1.27.0
99 github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.30.0
@@ -27,4 +27,4 @@ require (
2727 gopkg.in/yaml.v3 v3.0.1 // indirect
2828)
2929
30- replace confkit => ../
30+ replace github.com/MimoJanra/ confkit v0.5.0 => ../
Original file line number Diff line number Diff line change 55 "sync"
66 "time"
77
8- "confkit"
8+ "github.com/MimoJanra/ confkit"
99)
1010
1111type RegionFailoverSource struct {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package aws
33import (
44 "testing"
55
6- "confkit"
6+ "github.com/MimoJanra/ confkit"
77)
88
99func TestNewRegionFailoverSource (t * testing.T ) {
Original file line number Diff line number Diff line change 55 "strings"
66 "time"
77
8- "confkit"
8+ "github.com/MimoJanra/ confkit"
99 "github.com/hashicorp/consul/api"
1010)
1111
Original file line number Diff line number Diff line change 1- module confkit/consul
1+ module github.com/MimoJanra/ confkit/consul
22
33go 1.24.0
44
55require (
6- confkit v0.0 .0
6+ github.com/MimoJanra/ confkit v0.5 .0
77 github.com/hashicorp/consul/api v1.28.0
88)
99
@@ -28,4 +28,4 @@ require (
2828 gopkg.in/yaml.v3 v3.0.1 // indirect
2929)
3030
31- replace confkit => ../
31+ replace github.com/MimoJanra/ confkit v0.5.0 => ../
Original file line number Diff line number Diff line change 66 "strings"
77 "time"
88
9- "confkit"
9+ "github.com/MimoJanra/ confkit"
1010 clientv3 "go.etcd.io/etcd/client/v3"
1111)
1212
Original file line number Diff line number Diff line change 1- module confkit/etcd
1+ module github.com/MimoJanra/ confkit/etcd
22
33go 1.24.0
44
55toolchain go1.24.2
66
77require (
8- confkit v0.0 .0
8+ github.com/MimoJanra/ confkit v0.5 .0
99 go.etcd.io/etcd/client/v3 v3.5.15
1010)
1111
@@ -30,4 +30,4 @@ require (
3030 gopkg.in/yaml.v3 v3.0.1 // indirect
3131)
3232
33- replace confkit => ../
33+ replace github.com/MimoJanra/ confkit v0.5.0 => ../
Original file line number Diff line number Diff line change 1- module confkit/vault
1+ module github.com/MimoJanra/ confkit/vault
22
33go 1.24.0
44
55require (
6- confkit v0.0 .0
6+ github.com/MimoJanra/ confkit v0.5 .0
77 github.com/hashicorp/vault/api v1.23.0
88)
99
@@ -29,4 +29,4 @@ require (
2929 gopkg.in/yaml.v3 v3.0.1 // indirect
3030)
3131
32- replace confkit => ../
32+ replace github.com/MimoJanra/ confkit v0.5.0 => ../
You can’t perform that action at this time.
0 commit comments