github.com/tcncloud/wollemi@v0.8.1/.plzconfig (about)

     1  ; Please config file
     2  ; Leaving this file as is is enough to use plz to build your project.
     3  ; Please will stay on whatever version you currently have until you run
     4  ; 'plz update', when it will download the latest available version.
     5  ;
     6  ; Or you can uncomment the following to pin everyone to a particular version;
     7  ; when you change it all users will automatically get updated.
     8  [please]
     9  version = 16.19.0
    10  
    11  [parse]
    12  preloadbuilddefs = build_defs/go_mock_rule.build_defs
    13  
    14  [go]
    15  importpath = github.com/tcncloud/wollemi
    16  gotool = //tools/go:toolchain|go
    17  
    18  [alias "go-get"]
    19  desc = Runs the go deps tool to install new dependencies into the repo
    20  cmd = run //tools:go-deps --