Update gci format

This commit is contained in:
世界 2022-07-08 23:03:57 +08:00
parent e0cfc33fe2
commit f448b6b977
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
62 changed files with 136 additions and 201 deletions

View file

@ -1,11 +1,10 @@
package option
import (
C "github.com/sagernet/sing-box/constant"
"github.com/sagernet/sing/common"
E "github.com/sagernet/sing/common/exceptions"
C "github.com/sagernet/sing-box/constant"
"github.com/goccy/go-json"
)

View file

@ -1,12 +1,11 @@
package option
import (
C "github.com/sagernet/sing-box/constant"
"github.com/sagernet/sing/common"
"github.com/sagernet/sing/common/auth"
E "github.com/sagernet/sing/common/exceptions"
C "github.com/sagernet/sing-box/constant"
"github.com/goccy/go-json"
)

View file

@ -3,11 +3,10 @@ package option
import (
"bytes"
"github.com/sagernet/sing-box/common/badjson"
"github.com/sagernet/sing/common"
E "github.com/sagernet/sing/common/exceptions"
"github.com/sagernet/sing-box/common/badjson"
"github.com/goccy/go-json"
)

View file

@ -1,11 +1,10 @@
package option
import (
C "github.com/sagernet/sing-box/constant"
E "github.com/sagernet/sing/common/exceptions"
M "github.com/sagernet/sing/common/metadata"
C "github.com/sagernet/sing-box/constant"
"github.com/goccy/go-json"
)

View file

@ -1,11 +1,10 @@
package option
import (
C "github.com/sagernet/sing-box/constant"
"github.com/sagernet/sing/common"
E "github.com/sagernet/sing/common/exceptions"
C "github.com/sagernet/sing-box/constant"
"github.com/goccy/go-json"
)

View file

@ -5,9 +5,8 @@ import (
"strings"
"time"
E "github.com/sagernet/sing/common/exceptions"
C "github.com/sagernet/sing-box/constant"
E "github.com/sagernet/sing/common/exceptions"
"github.com/goccy/go-json"
)