This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ RUN if [ "${NODE_VERSION}" != "none" ]; then su vscode -c "umask 0002 && . /usr/
10
10
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
11
11
# && apt-get -y install --no-install-recommends <your-package-list-here>
12
12
13
- # [Optional] Add more packages to the below lines to use go get to install anything else you need
14
- USER vscode
15
- RUN go get -x github.com/lib/pq
16
- USER root
13
+ # [Optional] Uncomment the next lines to use go get to install anything else you need
14
+ # USER vscode
15
+ # RUN go get -x <your-dependency-or-tool>
16
+ # USER root
17
17
18
18
# [Optional] Uncomment this line to install global node packages.
19
19
# RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && npm install -g <your-package-here>" 2>&1
Original file line number Diff line number Diff line change
1
+ module test-project
2
+
3
+ go 1.17
4
+
5
+ require github.com/lib/pq v1.10.4
Original file line number Diff line number Diff line change
1
+ github.com/lib/pq v1.10.4 h1:SO9z7FRPzA03QhHKJrH5BXA6HU1rS4V2nIVrrNC1iYk =
2
+ github.com/lib/pq v1.10.4 /go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o =
You can’t perform that action at this time.
0 commit comments