File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55### Breaking:
66
77### Enhancements:
8+ - Add experimental "enable Pushpin" mode
89
910### Bug fixes:
1011
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ require (
4343 github.com/dnaeon/go-vcr v1.2.0 // indirect
4444 github.com/go-jose/go-jose/v4 v4.0.5 // indirect
4545 github.com/kr/pretty v0.3.1 // indirect
46+ github.com/mitchellh/go-ps v1.0.0 // indirect
4647 github.com/otiai10/mint v1.6.3 // indirect
4748 github.com/rogpeppe/go-internal v1.14.1 // indirect
4849 github.com/stretchr/testify v1.10.0 // indirect
Original file line number Diff line number Diff line change @@ -87,6 +87,8 @@ github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6T
8787github.com/mattn/go-runewidth v0.0.16 /go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w =
8888github.com/mholt/archiver/v3 v3.5.1 h1:rDjOBX9JSF5BvoJGvjqK479aL70qh9DIpZCl+k7Clwo =
8989github.com/mholt/archiver/v3 v3.5.1 /go.mod h1:e3dqJ7H78uzsRSEACH1joayhuSyhnonssnDhppzS1L4 =
90+ github.com/mitchellh/go-ps v1.0.0 h1:i6ampVEEF4wQFF+bkYfwYgY+F/uYJDktmvLPf7qIgjc =
91+ github.com/mitchellh/go-ps v1.0.0 /go.mod h1:J4lOc8z8yJs6vUwklHw2XEIiT4z4C40KtWVN3nvg8Pg =
9092github.com/mitchellh/go-wordwrap v1.0.1 h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0 =
9193github.com/mitchellh/go-wordwrap v1.0.1 /go.mod h1:R62XHJLzvMFRBbcrT7m7WgmE1eOyTSsCt+hzestvNj0 =
9294github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c h1:cqn374mizHuIWj+OSJCajGr/phAmuMug9qIX3l9CflE =
Original file line number Diff line number Diff line change @@ -101,8 +101,11 @@ func TestFlagDivergenceServe(t *testing.T) {
101101 ignoreServeFlags := []string {
102102 "addr" ,
103103 "debug" ,
104+ "experimental-enable-pushpin" ,
104105 "file" ,
105106 "profile-guest" ,
107+ "pushpin-path" ,
108+ "pushpin-port" ,
106109 "profile-guest-dir" ,
107110 "skip-build" ,
108111 "viceroy-args" ,
You can’t perform that action at this time.
0 commit comments