6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/google/uuid v1.6.0
8
8
github.com/mitchellh/mapstructure v1.5.0
9
9
github.com/r2dtools/agentintegration v1.3.0
10
- github.com/r2dtools/gonginx v1.1.1
10
+ github.com/r2dtools/gonginxconf v1.2.0
11
11
github.com/shirou/gopsutil v3.21.11+incompatible
12
12
github.com/spf13/cobra v1.8.1
13
13
github.com/spf13/viper v1.19.0
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI
47
47
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
48
48
github.com/r2dtools/agentintegration v1.3.0 h1:3gHp+pKDtYB5IdDZ1AM1t3j10ASQ8zpf3Sl+4wnBBl8 =
49
49
github.com/r2dtools/agentintegration v1.3.0 /go.mod h1:zINos4DC49mvqNZZcwt6CSE+Q0tUhaAYgnyfJUG/JNI =
50
- github.com/r2dtools/gonginx v1.1.1 h1:PoVYIso6R6Iw1PsQkJqYYZQbzYVEm3JCIizAO1UKQoQ =
51
- github.com/r2dtools/gonginx v1.1.1 /go.mod h1:HjgpvGAj7m9URplCCtTmIf17Gm1NgzIz3xzEdPKcmNk =
50
+ github.com/r2dtools/gonginxconf v1.2.0 h1:Sb2HmsGKGyQ2x9mYWiG1uF30b7c0Tu5Qck800n6usk4 =
51
+ github.com/r2dtools/gonginxconf v1.2.0 /go.mod h1:RquKILFm/m9Z8ze+8umV7/hs0I5z8ZxqOv2+0hUyaIY =
52
52
github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8 =
53
53
github.com/rogpeppe/go-internal v1.9.0 /go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs =
54
54
github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
Original file line number Diff line number Diff line change 7
7
"github.com/r2dtools/agent/internal/pkg/logger"
8
8
"github.com/r2dtools/agent/internal/pkg/webserver"
9
9
"github.com/r2dtools/agent/internal/pkg/webserver/reverter"
10
- "github.com/r2dtools/gonginx /config"
10
+ "github.com/r2dtools/gonginxconf /config"
11
11
)
12
12
13
13
const (
Original file line number Diff line number Diff line change 7
7
"github.com/r2dtools/agent/internal/pkg/logger"
8
8
"github.com/r2dtools/agent/internal/pkg/webserver"
9
9
"github.com/r2dtools/agent/internal/pkg/webserver/reverter"
10
- "github.com/r2dtools/gonginx /config"
10
+ "github.com/r2dtools/gonginxconf /config"
11
11
"github.com/stretchr/testify/assert"
12
12
"golang.org/x/exp/slices"
13
13
)
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
"github.com/r2dtools/agent/internal/pkg/webserver"
12
12
"github.com/r2dtools/agent/internal/pkg/webserver/reverter"
13
13
"github.com/r2dtools/agentintegration"
14
- nginxConfig "github.com/r2dtools/gonginx /config"
14
+ nginxConfig "github.com/r2dtools/gonginxconf /config"
15
15
)
16
16
17
17
type NginxCertificateDeployer struct {
Original file line number Diff line number Diff line change 9
9
"github.com/r2dtools/agent/internal/pkg/webserver/hostmng"
10
10
"github.com/r2dtools/agent/internal/pkg/webserver/processmng"
11
11
"github.com/r2dtools/agentintegration"
12
- nginxConfig "github.com/r2dtools/gonginx /config"
12
+ nginxConfig "github.com/r2dtools/gonginxconf /config"
13
13
)
14
14
15
15
const (
0 commit comments