Skip to content
Snippets Groups Projects
Select Git revision
  • dev/nomodifiable
  • master default protected
  • amend_commit
  • next
  • dev/discard_vselect
  • dev/catch_shell_error
  • dev/mapping_2
  • dev/close
  • dev/issue_123
  • dev/issue_71
  • dev/mapping
  • dev/remove_end_commit
  • dev/stash
  • dev/test_commit
  • dev/save_commmit_msg
  • dev/push
  • dev/git_diff
  • dev/undo
  • gh-pages
  • dev/display
  • 1.8.0
  • 1.7.3
  • 1.7.2
  • 1.7.1
  • 1.7.0
  • 1.6.0
  • 1.5.2
  • 1.5.1
  • 1.5.0
  • 1.4.2
  • 1.4.1
  • 1.4
  • 1.3
  • 1.2
  • 1.0
  • 1.1
36 results

README.md

Blame
  • tools.go 521 B
    //+build tools
    
    // Package tools tracks dependencies for tools that used in the build process.
    // See https://github.com/golang/go/wiki/Modules
    package tools
    
    import (
    	_ "github.com/brancz/gojsontoyaml"
    	_ "github.com/bwplotka/mdox"
    	_ "github.com/google/go-jsonnet/cmd/jsonnet"
    	_ "github.com/google/go-jsonnet/cmd/jsonnet-lint"
    	_ "github.com/google/go-jsonnet/cmd/jsonnetfmt"
    	_ "github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb"
    	_ "github.com/yannh/kubeconform/cmd/kubeconform"
    	_ "github.com/armosec/kubescape"
    )