File tree Expand file tree Collapse file tree 14 files changed +20
-20
lines changed Expand file tree Collapse file tree 14 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 11package main
22
33import (
4- "github.com/adityalstkp /go-ngx-config/pkg/cli"
4+ "github.com/adityals /go-ngx-config/pkg/cli"
55 "github.com/spf13/cobra"
66)
77
Original file line number Diff line number Diff line change 66 "os"
77 "time"
88
9- "github.com/adityalstkp /go-ngx-config/pkg/cli"
9+ "github.com/adityals /go-ngx-config/pkg/cli"
1010 "github.com/sirupsen/logrus"
1111 "github.com/spf13/cobra"
1212)
Original file line number Diff line number Diff line change 1- module github.com/adityalstkp /go-ngx-config
1+ module github.com/adityals /go-ngx-config
22
33go 1.14
44
Original file line number Diff line number Diff line change 11package ast
22
33import (
4- "github.com/adityalstkp /go-ngx-config/internal/statement"
4+ "github.com/adityals /go-ngx-config/internal/statement"
55)
66
77type Block struct {
Original file line number Diff line number Diff line change 11package ast
22
33import (
4- "github.com/adityalstkp /go-ngx-config/internal/statement"
4+ "github.com/adityals /go-ngx-config/internal/statement"
55)
66
77type Config struct {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package ast
33import (
44 "errors"
55
6- "github.com/adityalstkp /go-ngx-config/internal/statement"
6+ "github.com/adityals /go-ngx-config/internal/statement"
77)
88
99type Http struct {
Original file line number Diff line number Diff line change 11package ast
22
33import (
4- "github.com/adityalstkp /go-ngx-config/internal/directive"
5- "github.com/adityalstkp /go-ngx-config/internal/statement"
4+ "github.com/adityals /go-ngx-config/internal/directive"
5+ "github.com/adityals /go-ngx-config/internal/statement"
66)
77
88type Include struct {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package ast
33import (
44 "errors"
55
6- "github.com/adityalstkp /go-ngx-config/internal/directive"
6+ "github.com/adityals /go-ngx-config/internal/directive"
77)
88
99type Location struct {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package ast
33import (
44 "errors"
55
6- "github.com/adityalstkp /go-ngx-config/internal/statement"
6+ "github.com/adityals /go-ngx-config/internal/statement"
77)
88
99type Server struct {
Original file line number Diff line number Diff line change 11package directive
22
3- import "github.com/adityalstkp /go-ngx-config/internal/statement"
3+ import "github.com/adityals /go-ngx-config/internal/statement"
44
55type Directive struct {
66 Block statement.IBlock
You can’t perform that action at this time.
0 commit comments