...

Text file src/github.com/palantir/go-baseapp/godel/config/godel.yml

Documentation: github.com/palantir/go-baseapp/godel/config

     1plugins:
     2  resolvers:
     3    - https://github.com/{{index GroupParts 1}}/{{index GroupParts 2}}/releases/download/v{{Version}}/{{Product}}-{{Version}}-{{OS}}-{{Arch}}.tgz
     4  plugins:
     5    - locator:
     6        id: com.palantir.godel-mod-plugin:mod-plugin:1.3.0
     7        checksums:
     8          darwin-amd64: 08a65d8db9555c4580dbf6cdfd954ffafc687ecbf5a71a643bc190baa9b774ad
     9          linux-amd64: dda61df35df69154836b4f6caa14f88d6b1a59acdb99005e5f5de986fa33f37b
    10environment:
    11  GO111MODULE: "on"
    12exclude:
    13  names:
    14    - "\\..+"
    15    - "vendor"
    16  paths:
    17    - "godel"

View as plain text