Skip to content

Commit

Permalink
not use v2
Browse files Browse the repository at this point in the history
  • Loading branch information
lqqyt2423 committed May 20, 2024
1 parent 165c9ed commit 6fbd958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func NewProxy(opts *Options) (*Proxy, error) {

proxy := &Proxy{
Opts: opts,
Version: "2.0.1",
Version: "1.8.0",
Addons: make([]Addon, 0),
}

Expand Down

3 comments on commit 6fbd958

@AYiXi
Copy link

@AYiXi AYiXi commented on 6fbd958 May 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

哈哈, 版本咋还倒退了

@lqqyt2423
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

版本升到v2以上,go mod里面的module也需要加上v2才行,很麻烦

@AYiXi
Copy link

@AYiXi AYiXi commented on 6fbd958 May 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

版本升到v2以上,go mod里面的module也需要加上v2才行,很麻烦
哈哈, 涨姿势了

Please sign in to comment.