You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dom._kids(modulegomod,dom.label('Contents of go.mod',gomod=dom.textarea(attr.required(''),attr.rows('12'))),dom.div(dom._class('explain'),'Paste the contents of your go.mod. Subscriptions will be created for all direct dependencies.'),dom.label(indirect=dom.input(attr.type('checkbox')),' Also subscribe to indirect dependencies'),dom.br());
1007
1007
dom._kids(submitbtn,'Add subscriptions for dependencies');
1008
1008
}),
1009
-
]),dom.div(module=dom.input(attr.required(''),attr.value(sub.Module)),dom.div(dom._class('explain'),'Enter a single module as you would use in a Go import statement.',dom.br(),'Example: github.com/mjl-/gopherwatch, github.com/mjl- or golang.org.'))),dom.br(),dom.b('Notify about ...'),dom.label(belowModule=dom.input(attr.type('checkbox'),sub.BelowModule ? attr.checked('') : []),' ',dom.span('Sub modules',attr.title('E.g. if subscribed to github.com/mjl-, whether to match github.com/mjl-/gopherwatch.'))),dom.label(olderVersions=dom.input(attr.type('checkbox'),sub.OlderVersions ? attr.checked('') : []),' ',dom.span('Older versions than already seen',attr.title('Can happen when an old version (tag) is requested through the Go module proxy after a later tag, not uncommon after forking a repository and pushing all historic tags.'))),dom.label(prerelease=dom.input(attr.type('checkbox'),sub.Prerelease ? attr.checked('') : []),' Prereleases such as v1.2.3-beta1'),dom.label(pseudo=dom.input(attr.type('checkbox'),sub.Pseudo ? attr.checked('') : []),' Pseudo versions, such as v0.0.0-20240222094833-a1bd684a916b'),dom.br(),dom.label('Comment',
}),dom.div(dom._class('explain'),'Enter a single module as you would use in a Go import statement.',dom.br(),'Example: github.com/mjl-/gopherwatch, github.com/mjl- or golang.org.'))),dom.br(),dom.b('Notify about ...'),dom.label(belowModule=dom.input(attr.type('checkbox'),sub.BelowModule ? attr.checked('') : []),' ',dom.span('Sub modules',attr.title('E.g. if subscribed to github.com/mjl-, whether to match github.com/mjl-/gopherwatch.'))),dom.label(olderVersions=dom.input(attr.type('checkbox'),sub.OlderVersions ? attr.checked('') : []),' ',dom.span('Older versions than already seen',attr.title('Can happen when an old version (tag) is requested through the Go module proxy after a later tag, not uncommon after forking a repository and pushing all historic tags.'))),dom.label(prerelease=dom.input(attr.type('checkbox'),sub.Prerelease ? attr.checked('') : []),' Prereleases such as v1.2.3-beta1'),dom.label(pseudo=dom.input(attr.type('checkbox'),sub.Pseudo ? attr.checked('') : []),' Pseudo versions, such as v0.0.0-20240222094833-a1bd684a916b'),dom.br(),dom.label('Comment',
1010
1014
// explicit String to prevent special scriptswitch handling
dom.div(dom._class('explain'),'Enter a single module as you would use in a Go import statement.',dom.br(),'Example: github.com/mjl-/gopherwatch, github.com/mjl- or golang.org.'),
0 commit comments