mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
10 lines
148 B
Go
10 lines
148 B
Go
|
//go:build tools
|
||
|
// +build tools
|
||
|
|
||
|
package tools
|
||
|
|
||
|
import (
|
||
|
_ "github.com/99designs/gqlgen"
|
||
|
_ "github.com/99designs/gqlgen/graphql/introspection"
|
||
|
)
|