From 5001da5093d9e250f620bf2de772d1c958cffeb6 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 6 May 2024 08:55:43 +0300 Subject: [PATCH] temporary fix for compilation with latest vlib/veb/ (it has only veb.auth, not veb.oauth) --- src/github.v | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/github.v b/src/github.v index 7799364..b30540a 100644 --- a/src/github.v +++ b/src/github.v @@ -5,8 +5,7 @@ module main import vweb import json import net.http - -import veb.oauth +import veb.auth as oauth struct GitHubUser { username string @[json: 'login']