Update dependencies

This commit is contained in:
世界
2023-06-05 13:36:09 +08:00
parent 2ced72c94d
commit c1c0721e41
3 changed files with 32 additions and 58 deletions

View File

@@ -9,15 +9,16 @@ import (
"sort"
"strings"
"github.com/sagernet/sing/common"
E "github.com/sagernet/sing/common/exceptions"
"github.com/sagernet/sing/common/rw"
"github.com/google/go-github/v45/github"
"github.com/maxmind/mmdbwriter"
"github.com/maxmind/mmdbwriter/inserter"
"github.com/maxmind/mmdbwriter/mmdbtype"
"github.com/oschwald/geoip2-golang"
"github.com/oschwald/maxminddb-golang"
"github.com/sagernet/sing/common"
E "github.com/sagernet/sing/common/exceptions"
"github.com/sagernet/sing/common/rw"
"github.com/sirupsen/logrus"
)