File tree Expand file tree Collapse file tree 5 files changed +105
-18
lines changed
Expand file tree Collapse file tree 5 files changed +105
-18
lines changed Original file line number Diff line number Diff line change 1+ package kvar
2+
3+ import "github.com/gogf/gf/v2/container/gvar"
4+
5+ func New (val interface {}, safe bool ) * gvar.Var {
6+ return gvar .New (val , safe )
7+ }
Original file line number Diff line number Diff line change @@ -13,8 +13,13 @@ require (
1313
1414require (
1515 github.com/BurntSushi/toml v1.1.0 // indirect
16+ github.com/EDDYCJY/fake-useragent v0.2.0 // indirect
17+ github.com/PuerkitoBio/goquery v1.8.0 // indirect
18+ github.com/andybalholm/cascadia v1.3.1 // indirect
19+ github.com/gogf/gf/v2 v2.1.4 // indirect
1620 github.com/hashicorp/hcl v1.0.0 // indirect
1721 github.com/magiconair/properties v1.8.6 // indirect
22+ github.com/mileusna/useragent v1.2.0 // indirect
1823 github.com/mitchellh/mapstructure v1.5.0 // indirect
1924 github.com/pelletier/go-toml v1.9.5 // indirect
2025 github.com/pelletier/go-toml/v2 v2.0.1 // indirect
@@ -25,7 +30,7 @@ require (
2530 github.com/subosito/gotenv v1.3.0 // indirect
2631 go.uber.org/atomic v1.7.0 // indirect
2732 go.uber.org/multierr v1.6.0 // indirect
28- golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
33+ golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
2934 golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
3035 golang.org/x/text v0.3.8-0.20211105212822-18b340fc7af2 // indirect
3136 gopkg.in/ini.v1 v1.66.4 // indirect
You can’t perform that action at this time.
0 commit comments