First off, really happy to see a simple example of logging drivers. In the whole world wide web, it's odd that more of these resources aren't avaialble. So, thank you.
When running make all, however, I'm getting a failed to solve on
RUN cd /go/src/github.com/monmohan/docker-log-driver && go get && go build --ldflags '-extldflags "-static"' -o /usr/bin/docker-log-driver
I'm also seeing these unrecognized paths:
> [3/3] RUN cd /go/src/github.com/monmohan/docker-log-driver && go get && go build --ldflags '-extldflags "-static"' -o /usr/bin/docker-log-driver:
25.73 package math/bits: unrecognized import path "math/bits" (import path does not begin with hostname)
25.80 package net/netip: unrecognized import path "net/netip" (import path does not begin with hostname)
25.80 package io/fs: unrecognized import path "io/fs" (import path does not begin with hostname)
25.80 package embed: unrecognized import path "embed" (import path does not begin with hostname)
25.80 package slices: unrecognized import path "slices" (import path does not begin with hostname)
37.16 package golang.org/x/sys/unix: found packages unix (affinity_linux.go) and main (mkasm.go) in /go/src/golang.org/x/sys/unix
Is there something I'm missing or does this repo require an update?

First off, really happy to see a simple example of logging drivers. In the whole world wide web, it's odd that more of these resources aren't avaialble. So, thank you.
When running
make all, however, I'm getting afailed to solveonRUN cd /go/src/github.com/monmohan/docker-log-driver && go get && go build --ldflags '-extldflags "-static"' -o /usr/bin/docker-log-driverI'm also seeing these unrecognized paths:
Is there something I'm missing or does this repo require an update?